Skip to main content

LinearP3

Type Alias LinearP3 

Source
pub type LinearP3<L = Rgba> = Rgb<P3, Linear, L>;
Expand description

Linear-light Display P3. Layout defaults to Rgba.

Aliased Typeยง

pub struct LinearP3<L = Rgba>(/* private fields */);