Scripting > mrScriptBasic overview > mrScriptBasic language reference > Script constants > Color constants
 
Color constants
The following table defines constants that are built into mrScriptBasic for defining basic colors. You can use these constants anywhere in a script to represent these colors.
Constant
Value
Description
mr.Black
"Black"
Black
mr.Red
"Red"
Red
mr.Green
"Green"
Green
mr.Yellow
"Yellow"
Yellow
mr.Blue
"Blue"
Blue
mr.Magenta
"Magenta"
Magenta
mr.Cyan
"Cyan"
Cyan
mr.White
"White"
White
See also
Script constants