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 asColor(r, g, b, a), so a failedassert_equalon two colors says which channel differed.ColorSpace: The space colors are mixed in: where a blend or a gradient interpolation does its arithmetic.