Skip to main content

BradfordLmsa

Type Alias BradfordLmsa 

Source
pub type BradfordLmsa<M, T> = Alpha<Lms<WithLmsMatrix<M, Bradford>, T>, T>;
Expand description

LMSA that uses the Bradford matrix.

Aliased Type§

#[repr(C)]
pub struct BradfordLmsa<M, T> { pub color: Lms<WithLmsMatrix<M, Bradford>, T>, pub alpha: T, }

Fields§

§color: Lms<WithLmsMatrix<M, Bradford>, T>

The color.

§alpha: T

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