|
INK
This command will set the current ink color using the specified color value.
INK Foreground Color,Background Color
Foreground Color
Integer
This value specifies the foreground ink colour, and is returned from using the RGB(red,green,blue) command.
Background Color
Integer
This value specifies the background ink colour, and is returned from using the RGB(red,green,blue) command.
This command does not return a value.
You can use the RGB command to make the generation of the color value straight forward.
INK RGB(255,255,0),RGB(0,0,255)
PRINT "YELLOW IN BLUE"
WAIT KEY
BASIC2D Commands Menu
Index
|