Purpose
Determines for an object of the class Color, its RGB-Value.
Type
Function
Syntax
bRGB(<oColor>) Æ iRGB
Arguments
<oColor> | The color object for which the RGB-Value is to be determined. |
Data Type: | Color |
Return Value
iRGB | The RGB-Value for the color object. |
Data Type: | DWord |
Description
The function bRGB() determines the RGB-Value (Red-Green-Blue) for a color object. The RGB-Value is needed in some MS-Windows API functions.