![]() |
![]() |
![]() |
|
RGBG
This command will extract the green component value from the specified RGB value.
Return Integer=RGBG(Green Value)
Green Value Dword
The component value, which represents how much green is in the colour.
You can generate an RGB value from color components using the RGB command.
CLS RGB(128,64,255)
|