Module glm_color::rgb [] [src]

Modules

consts

Color constants, derived from SVG's color keywords.

Structs

Rgb

The linear RGB color space.

Functions

gray

Constructs a Rgb value with given gray value x. All RGB channels are set to this value.

grey

Alias of functions gray.

rgb

Constructs a Rgb value with given RGB values r, g and b.