Core Function ConsoleBackColour

From Sputnik Wiki
Revision as of 15:57, 7 December 2011 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
ConsoleBackColour( <colour> )

Contents

Description

Set the background (behind text) colour of the console.

Parameters

colour

ID of the colour:

//     The color black.
Black = 0,
//     The color dark blue.
DarkBlue = 1,
//     The color dark green.
DarkGreen = 2,
//     The color dark cyan (dark blue-green).
DarkCyan = 3,
//     The color dark red.
DarkRed = 4,
//     The color dark magenta (dark purplish-red).
DarkMagenta = 5,
//     The color dark yellow (ochre).
DarkYellow = 6,
//     The color gray.
Gray = 7,
//     The color dark gray.
DarkGray = 8,
//     The color blue.
Blue = 9,
//     The color green.
Green = 10,
//     The color cyan (blue-green).
Cyan = 11,
//     The color red.
Red = 12,
//     The color magenta (purplish-red).
Magenta = 13,
//     The color yellow.
Yellow = 14,
//     The color white.
White = 15,

Return Value

None

Remarks

None.

Example

 
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox