Type Definition graphics::types::Color [] [src]

type Color = [ColorComponent; 4];

[red, green, blue, alpha]

Trait Implementations

impl Colored for Color
[src]

[src]

Multiplies with red, green, blue and alpha values.

[src]

Rotates hue by radians.

[src]

Mixes the current color with white. Read more

[src]

Mixes the current color with black. Read more

[src]

Rotates hue by degrees.