GetColor Statement:
Get current color in ARGB format (FFFFFFFF - white)
color = Object.GetColor
|
Returns: color has integer type. Possible values: [0-FFFFFFFF]
|
Sample: color = object.GetColor
This method returns 32 bit integer that defines currently selected color in
[RRGGBBAA] notation.
See also
SetColor,
GetColor,
GetColorAlpha, GetColorRed,
GetColorBlue,
GetColorGreen, GetPixelRed,
GetPixelAlpha,
GetPixelBlue, GetPixelGreen,
SetColorIndex,
GetColorIndex
More samples:
|