Previous: GetPixel function To the Table of Content Next: GetScreenHeight function

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

GetRGBPalette procedure

Targets: MS-DOS, Win32


Graph Unit

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

Declaration:
procedure GetRGBPalette(ColorNum: Byte;
                         var RedValue, GreenValue,
                         BlueValue: Byte);
Remarks:
ColorNum defines the palette entry to be returned. RedValue, GreenValue, and BlueValue return the component colors of the palette entry.


Previous: GetPixel function To the Table of Content Next: GetScreenHeight function
GetPixel function Table of Content GetScreenHeight function

- 4.37.2.54 -