Skip to content

FOREGROUND

Octavio Alvarez edited this page Aug 29, 2013 · 2 revisions

Table of Contents

Syntax

FOREGROUND r g b

Description

Sets the basic foreground color.

Parameters

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.

Examples

  • 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
Clone this wiki locally