Module luv

Source
Expand description

Types for the CIE L*u*v* (CIELUV) color space.

Structs§

Iter
An iterator for Luv values.
Luv
The CIE L*u*v* (CIELUV) color space.

Type Aliases§

Luva
CIE L*u*v* (CIELUV) with an alpha component. See the Luva implementation in Alpha.