Struct png::SourceChromaticities
source · pub struct SourceChromaticities {
pub white: (ScaledFloat, ScaledFloat),
pub red: (ScaledFloat, ScaledFloat),
pub green: (ScaledFloat, ScaledFloat),
pub blue: (ScaledFloat, ScaledFloat),
}Expand description
Chromaticities of the color space primaries
Fields§
§white: (ScaledFloat, ScaledFloat)§red: (ScaledFloat, ScaledFloat)§green: (ScaledFloat, ScaledFloat)§blue: (ScaledFloat, ScaledFloat)Implementations§
Trait Implementations§
source§impl Clone for SourceChromaticities
impl Clone for SourceChromaticities
source§fn clone(&self) -> SourceChromaticities
fn clone(&self) -> SourceChromaticities
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SourceChromaticities
impl Debug for SourceChromaticities
source§impl PartialEq<SourceChromaticities> for SourceChromaticities
impl PartialEq<SourceChromaticities> for SourceChromaticities
source§fn eq(&self, other: &SourceChromaticities) -> bool
fn eq(&self, other: &SourceChromaticities) -> bool
This method tests for
self and other values to be equal, and is used
by ==.