blue

green

red

Color used for tinting images and bitmap fonts, and for coloring TrueType fonts.

Range:

0 .. 255 (default 255)

Type:

var / COLOR

Remarks:

Example (lite-C):

set(panel,LIGHT); // modulate all panel bitmaps with the given color
vec_set(panel.blue,vector(0,0,255)); // red color

See also:

alpha, LIGHT (panel), LIGHT (text)

► latest version online