Type Alias palette::cam16::Cam16UcsJmha
source · pub type Cam16UcsJmha<T> = Alpha<Cam16UcsJmh<T>, T>;
Expand description
Polar CAM16-UCS with an alpha component.
See the Cam16UcsJmha
implementation in
Alpha
.
Aliased Type§
struct Cam16UcsJmha<T> {
pub color: Cam16UcsJmh<T>,
pub alpha: T,
}
Fields§
§color: Cam16UcsJmh<T>
The color.
alpha: T
The transparency component. 0.0 (or 0u8) is fully transparent and 1.0 (or 255u8) is fully opaque.