Struct cint::Aces2065 [−][src]
#[repr(C)]pub struct Aces2065<ComponentTy> { pub r: ComponentTy, pub g: ComponentTy, pub b: ComponentTy, }
Expand description
A color in the ACES 2065-1 color space.
This color space uses the ACES AP0 primaries and D60 white point.
Fields
r: ComponentTyExpand description
The red component.
g: ComponentTyExpand description
The green component.
b: ComponentTyExpand description
The blue component.
Trait Implementations
impl<ComponentTy> From<ColorAlpha<ComponentTy, Aces2065<ComponentTy>>> for Aces2065<ComponentTy>[src]
impl<ComponentTy> From<ColorAlpha<ComponentTy, Aces2065<ComponentTy>>> for Aces2065<ComponentTy>[src]fn from(
col_alpha: ColorAlpha<ComponentTy, Aces2065<ComponentTy>>
) -> Aces2065<ComponentTy>[src]
fn from(
col_alpha: ColorAlpha<ComponentTy, Aces2065<ComponentTy>>
) -> Aces2065<ComponentTy>[src]Performs the conversion.
impl<ComponentTy> From<PremultipliedColorAlpha<ComponentTy, Aces2065<ComponentTy>>> for Aces2065<ComponentTy>[src]
impl<ComponentTy> From<PremultipliedColorAlpha<ComponentTy, Aces2065<ComponentTy>>> for Aces2065<ComponentTy>[src]fn from(
col_alpha: PremultipliedColorAlpha<ComponentTy, Aces2065<ComponentTy>>
) -> Aces2065<ComponentTy>[src]
fn from(
col_alpha: PremultipliedColorAlpha<ComponentTy, Aces2065<ComponentTy>>
) -> Aces2065<ComponentTy>[src]Performs the conversion.
impl<ComponentTy: Ord> Ord for Aces2065<ComponentTy>[src]
impl<ComponentTy: Ord> Ord for Aces2065<ComponentTy>[src]impl<ComponentTy: PartialOrd> PartialOrd<Aces2065<ComponentTy>> for Aces2065<ComponentTy>[src]
impl<ComponentTy: PartialOrd> PartialOrd<Aces2065<ComponentTy>> for Aces2065<ComponentTy>[src]fn partial_cmp(&self, other: &Aces2065<ComponentTy>) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Aces2065<ComponentTy>) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl<ComponentTy: Copy> Copy for Aces2065<ComponentTy>[src]
impl<ComponentTy: Eq> Eq for Aces2065<ComponentTy>[src]
impl<ComponentTy: Pod> Pod for Aces2065<ComponentTy>[src]
impl<ComponentTy> StructuralEq for Aces2065<ComponentTy>[src]
impl<ComponentTy> StructuralPartialEq for Aces2065<ComponentTy>[src]
Auto Trait Implementations
impl<ComponentTy> Send for Aces2065<ComponentTy> where
ComponentTy: Send,
ComponentTy: Send,
impl<ComponentTy> Sync for Aces2065<ComponentTy> where
ComponentTy: Sync,
ComponentTy: Sync,
impl<ComponentTy> Unpin for Aces2065<ComponentTy> where
ComponentTy: Unpin,
ComponentTy: Unpin,