Previous: SetPalette procedure To the Table of Content Next: SetScreenStart procedure

- 4.37.2.109 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

SetRGBPalette procedure

Targets: MS-DOS, Win32


Graph Unit

Modifies palette entries for the VGA, MCGA and 256-colored SVGA modes.

Declaration:
procedure SetRGBPalette(ColorNum,
                        RedValue,
                        GreenValue,
                        BlueValue: Byte);
Remarks:
ColorNum defines the palette entry to be loaded, while RedValue, GreenValue, and BlueValue define the component colors of the palette entry.


Previous: SetPalette procedure To the Table of Content Next: SetScreenStart procedure
SetPalette procedure Table of Content SetScreenStart procedure

- 4.37.2.109 -