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