Type Alias Cam16Jmha

Source
pub type Cam16Jmha<T> = Alpha<Cam16Jmh<T>, T>;
Expand description

Partial CIE CAM16 with lightness, colorfulness, and an alpha component.

See the Cam16Jmha implementation in Alpha.

Aliased Type§

#[repr(C)]
pub struct Cam16Jmha<T> { pub color: Cam16Jmh<T>, pub alpha: T, }

Fields§

§color: Cam16Jmh<T>

The color.

§alpha: T

The transparency component. 0.0 (or 0u8) is fully transparent and 1.0 (or 255u8) is fully opaque.