PV Index to color
version 6.8
PV Index to color (index) Longint
Parameter | Type | Description | |
index | Integer | Indexed color number |
Function result Longint Color number
Description
The PV Index to color command returns the corresponding RGB color number, in the 4D palette, to the number index.
The three RGB components can later be extracted from this result using the PV COLOR TO RGB command. 4D's indexed colors range from 0 to 255.
Refer to the descriptions of the following 4D commands for detailed information on the RGB colors used by 4D:
• SET RGB COLORS for the RGB color system used by 4D.
• SET COLOR for the 4D color palette.
Example
Refer to the examples for the PV SET RANGE BORDER and PV Color to index commands.
See Also