Color Variables
[Predefined Variables]


Variables

color Alpha
 A colorvalue where only the alpha-channel is set (0.0, 0.0, 0.0, -0.7).
color Black
 The color Black (0.0, 0.0, 0.0).
color Blue
 The color Blue (0.0, 0.0, 1.0).
color Cyan
 The color Cyan (0.0, 1.0, 1.0).
color DAlpha
 A colorvalue where only the alpha-channel is set (0.0, 0.0, 0.0, -0.2).
color DBlue
 The color dark Blue (0.0, 0.0, 0.3).
color DCyan
 The color dark Cyan (0.0, 0.3, 0.3).
color DGray
 The color dark Gray (0.3, 0.3, 0.3).
color DGreen
 The color dark Green (0.0, 0.3, 0.0).
color DMagenta
 The color dark Magenta (0.3, 0.0, 0.3).
color DOrange
 The color dark Orange (0.3, 0.1, 0.0).
color DRed
 The color dark Red (0.3, 0.0, 0.0).
color DWhite
 The color dark White (0.3, 0.3, 0.3).
color DYellow
 The color dark Yellow (0.3, 0.3, 0.0).
color Green
 The color Green (0.0, 1.0, 0.0).
color Magenta
 The color Magenta (1.0, 0.0, 1.0).
color MAlpha
 A colorvalue where only the alpha-channel is set (0.0, 0.0, 0.0, -0.4).
color MBlue
 The color medium Blue (0.0, 0.0, 0.6).
color MCyan
 The color medium Cyan (0.0, 0.6, 0.6).
color MGray
 The color medium Gray (0.6, 0.6, 0.6).
color MGreen
 The color medium Green (0.0, 0.6, 0.0).
color MMagenta
 The color medium Magenta (0.6, 0.0, 0.6).
color MOrange
 The color medium Orange (0.6, 0.1, 0.0).
color MRed
 The color medium Red (0.6, 0.0, 0.0).
color MWhite
 The color medium White (0.6, 0.6, 0.6).
color MYellow
 The color medium Yellow (0.6, 0.6, 0.0).
color Orange
 The color Orange (1.0, 0.7, 0.0).
color Red
 The color Red (1.0, 0.0, 0.0).
color White
 The color White (1.0, 1.0, 1.0).
color Yellow
 The color Yellow (1.0, 1.0, 0.0).

Variable Documentation

color Alpha
 

A colorvalue where only the alpha-channel is set (0.0, 0.0, 0.0, -0.7).

Since:
v1.6

color Black
 

The color Black (0.0, 0.0, 0.0).

Since:
v1.0

color Blue
 

The color Blue (0.0, 0.0, 1.0).

Since:
v1.0

color Cyan
 

The color Cyan (0.0, 1.0, 1.0).

Since:
v1.0

color DAlpha
 

A colorvalue where only the alpha-channel is set (0.0, 0.0, 0.0, -0.2).

Since:
v1.6

color DBlue
 

The color dark Blue (0.0, 0.0, 0.3).

Since:
v1.0

color DCyan
 

The color dark Cyan (0.0, 0.3, 0.3).

Since:
v1.0

color DGray
 

The color dark Gray (0.3, 0.3, 0.3).

Since:
v1.0

color DGreen
 

The color dark Green (0.0, 0.3, 0.0).

Since:
v1.0

color DMagenta
 

The color dark Magenta (0.3, 0.0, 0.3).

Since:
v1.0

color DOrange
 

The color dark Orange (0.3, 0.1, 0.0).

Since:
v1.0

color DRed
 

The color dark Red (0.3, 0.0, 0.0).

Since:
v1.0

color DWhite
 

The color dark White (0.3, 0.3, 0.3).

Since:
v1.0

color DYellow
 

The color dark Yellow (0.3, 0.3, 0.0).

Since:
v1.0

color Green
 

The color Green (0.0, 1.0, 0.0).

Since:
v1.0

color Magenta
 

The color Magenta (1.0, 0.0, 1.0).

Since:
v1.0

color MAlpha
 

A colorvalue where only the alpha-channel is set (0.0, 0.0, 0.0, -0.4).

Since:
v1.6

color MBlue
 

The color medium Blue (0.0, 0.0, 0.6).

Since:
v1.0

color MCyan
 

The color medium Cyan (0.0, 0.6, 0.6).

Since:
v1.0

color MGray
 

The color medium Gray (0.6, 0.6, 0.6).

Since:
v1.0

color MGreen
 

The color medium Green (0.0, 0.6, 0.0).

Since:
v1.0

color MMagenta
 

The color medium Magenta (0.6, 0.0, 0.6).

Since:
v1.0

color MOrange
 

The color medium Orange (0.6, 0.1, 0.0).

Since:
v1.0

color MRed
 

The color medium Red (0.6, 0.0, 0.0).

Since:
v1.0

color MWhite
 

The color medium White (0.6, 0.6, 0.6).

Since:
v1.0

color MYellow
 

The color medium Yellow (0.6, 0.6, 0.0).

Since:
v1.0

color Orange
 

The color Orange (1.0, 0.7, 0.0).

Since:
v1.0

color Red
 

The color Red (1.0, 0.0, 0.0).

Since:
v1.0

color White
 

The color White (1.0, 1.0, 1.0).

Since:
v1.0

color Yellow
 

The color Yellow (1.0, 1.0, 0.0).

Since:
v1.0