Set a series of color registers for this Viewport.
Source position: agraphics.pas line 2327
procedure GetRGB32( |
const cm: pColorMap; |
firstcolor: LongWord; |
ncolors: LongWord; |
table: PULONG |
); |
cm |
|
colormap |
firstcolor |
|
The first color register to get |
ncolors |
|
The number of color registers to set. |
table |
|
A pointer to a series of 32-bit RGB triplets. Should point to at least ncolors*3 longwords. |
|
Load RGB color values from table. |
|
|
Set a series of color registers for this Viewport. |
|
|
Allocate and initialize Colormap |
|
|
Set one color register for this ColorMap. |