[][src]Module colol::colors

See const COLORS for a list of all the colors. Other than that, his module contains internals.

Structs

Colors

A struct containing all the different colors. Should not be constructed or matched against, as any changes to this are not considered to be breaking. See const COLORS for a list of all the colors.

Constants

COLORS

The struct containing the integers for the colors. Should not be accessed directly, as will be used by the color! and close_color! macros.