See Also Examples Applies To
Gets red, green and a blue components from a long RGB color value.
Syntax
object.ColorGetRGBFromRGBValue (nRGBValue, *nRed, *nGreen, *nBlue)
The ColorGetRGBFromRGBValue syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nRGBValue | Required. Long. Input long RGB color value. |
| *nRed | Required. Output Byte. Red component value [0 - 255]. |
| *nGreen | Required. Output Byte. Green component value [0 - 255]. |
| *nBlue | Required. Output Byte. Blue component value [0 - 255]. |
Category
Color System Convertions