Module storm::color

source · []
Expand description

Color primitives. These are used in the graphics and image modules for managing images and textures.

Structs

Simple R8 color type to represent colors.

Simple RG8 color type to represent colors.

Simple RGB8 color type to represent colors.

Simple RGBA8 color type to represent colors.

Enums

Represents the type of each color component.

Represents the layout of the color components.

Traits

A trait to describe size and layout of color components.