Skip to content

BACKGROUND

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

Table of Contents

Syntax

BACKGROUND r g b

Description

Sets the basic background 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

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