[][src]Module tetra::graphics::color

Functions and types relating to color.

Structs

Color

Represents an RGBA color.

Constants

BLACK

Shortcut for Color::rgb(0.0, 0.0, 0.0).

WHITE

Shortcut for Color::rgb(1.0, 1.0, 1.0).