Skip to content
color

color

Mojo module 🡭

color

RGBA color type and basic blending.

Structs

  • Color: An 8-bit-per-channel RGBA color. Two colors are equal when all four channels are, alpha included; there is no tolerance. Prints as Color(r, g, b, a), so a failed assert_equal on two colors says which channel differed.
  • ColorSpace: The space colors are mixed in: where a blend or a gradient interpolation does its arithmetic.