.COLOR SET COLOR:B
Sets the blue value of the "current" Color object.
Usage:
PASS <blue_color_value> FIELD SHARE? N
GOSUB 0CD .COLOR SET COLOR:B
* Check for error
IF 0CD .COLOR SET COLOR:B NE
Description:
This routine sets the blue value of the "current" Color Object. <blue_color_value> must be in the range of 1-255 decimal, or 0x00 to 0xFF hexidecimal. A blank will reset the value to the default.
Also see
.COLOR SET COLOR:RGB,
.COLOR SET COLOR:R,
.COLOR SET COLOR:G and
.COLOR SET COLOR:A.
See
ColorSpec for more information on working with colors.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-11-15