GetRedValue
- Last UpdatedJul 18, 2023
- 1 minute read
Returns the red component of a packed RGB color.
Syntax
GetRedValue(nPackedRGB)
nPackedRGB:
The packed RGB color.
Return Value
The red value (0-255) - if successful, otherwise an error is returned.
Returns the red component of a packed RGB color.
GetRedValue(nPackedRGB)
nPackedRGB:
The packed RGB color.
The red value (0-255) - if successful, otherwise an error is returned.