-
Notifications
You must be signed in to change notification settings - Fork 0
BACKGROUND
Octavio Alvarez edited this page Aug 29, 2013
·
2 revisions
BACKGROUND r g b
Sets the basic background color.
- r g b
- Values for the red, green and blue components of the color. Valid ranges for each component: 0 to 65535. If all three components have a value below 256, the values are interpreted in the range of 0 to 256.
- BACKGROUND 0 0 255 ; Gives a full red.
- BACKGROUND 0 0 256 ; Gives a slightly reddish black.
- BACKGROUND 255 255 255 ; Gives a full white.
- BACKGROUND 65535 65535 65535 ; Also gives a full white.
- BACKGROUND 80 105 110
- BACKGROUND 73 89 97