- 4.37.2.1. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.1. AnalizeRGBColor procedure
4.37.2.1. AnalizeRGBColor procedure
Targets: MS-DOS, Win32
Graph Unit
Returns RGB fields of given color.
Declaration:
procedure AnalizeRGB(Color: DWORD; var R,G,B: Byte);
Remarks:
This function works in HiColor and TrueColor SVGA modes only.
RGB field values, returned by AnalizeRGB depended on the current video
mode (32K, 64K or 16M colors).
- 4.37.2.1. -