aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/gks/gscr.x
blob: 39a248e18baa52d38a10a8eb7b248a321c1e86f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

include	<gset.h>
include	"gks.h"

# GSCR -- Set color representation.  Currently implemented as a no-op.

procedure gscr (wkstation, color_index, rgb)

int	wkstation		# Workstation id
int	color_index
real	rgb[3]
include	"gks.com"

begin
	;
end