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