Module crystal_ball::color

source ·
Expand description

Data types and functions related to colors and images.

Structs§

  • An RGB color represented by 3 float values.
  • An image of fixed size represented as a row-major Vec of Color. In addition, this also stores the Interpolation used for accessing colors between pixels.

Enums§

Traits§

  • A general representation of textures.