Module tetra::graphics::color

source ·
Expand description

Functions and types relating to color.

Structs

Represents an RGBA color.

Constants

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