Set one color register for this ColorMap.
Source position: agraphics.pas line 2085
procedure SetRGB4CM( |
ColorMap: PColorMap; |
Index: LongInt; |
Red: LongWord; |
Green: LongWord; |
Blue: LongWord |
); |
Store the (r,g,b) triplet at index n in the ColorMap structure. The changes will not be immediately displayed. Use this function before linking the ColorMap to a ViewPort.
|
Allocate and initialize Colormap |
|
|
Inquire value of entry in ColorMap. |
|
|
Set one color register for this viewport. |