Skip to main content

DciP3

Type Alias DciP3 

Source
pub type DciP3<L = Rgba> = Rgb<DciP3, DciP3, L>;
Expand description

DCI-P3 for theatrical projection. Layout defaults to Rgba.

Aliased Typeยง

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