pub type VonKriesLmsa<M, T> = Alpha<Lms<WithLmsMatrix<M, VonKries>, T>, T>;Expand description
LMSA that uses the von Kries matrix.
Aliased Type§
#[repr(C)]pub struct VonKriesLmsa<M, T> {
pub color: Lms<WithLmsMatrix<M, VonKries>, T>,
pub alpha: T,
}Fields§
§color: Lms<WithLmsMatrix<M, VonKries>, T>The color.
alpha: TThe transparency component. 0.0 (or 0u8) is fully transparent and 1.0 (or 255u8) is fully opaque.