-
Notifications
You must be signed in to change notification settings - Fork 0
FOREGROUND
Octavio Alvarez edited this page Aug 29, 2013
·
2 revisions
FOREGROUND r g b
Sets the basic foreground 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.
- FOREGROUND 0 0 255 ; Gives a full red.
- FOREGROUND 0 0 256 ; Gives a slightly reddish black.
- FOREGROUND 255 255 255 ; Gives a full white.
- FOREGROUND 65535 65535 65535 ; Also gives a full white.
- FOREGROUND 80 105 110
- FOREGROUND 73 89 97