Loads the display color translation tablesfrom the specified variables.
start (optional) An integer value specifying the starting point in the color translation table into which the color intensities are loaded.
If start is not specified, a value of zero is used, causing the tables to be loaded starting at the first element of the translation tables.
Get If set to 1, returns the actual RGB values loaded into the device when either the Hls or Hsv keywords are present. (The Get keyword has no effect when loading RGB tables.)
For example, the statements:
TVLCT, H, S, V, /Hsv TVLCT, R, G, B, /Get
H, S,
and V
vectors.Hls Indicates that the parameters specify color using the HLS color system.
Hsv Indicates that the parameters specify color using the HSV color system.
The meaning and type for the v1, v2, and v3 parameters are dependent upon the color system selected, as described below. If no color-system keywords are present, the RGB color system is used.
For more information, including a comparison of TVLCT and LOADCT, see Experimenting with Different Color Tables in Chapter 11 of the PV-WAVE User's Guide.