Enum swf_tree::ColorSpace
[−]
[src]
pub enum ColorSpace {
SRgb,
LinearRgb,
}Variants
SRgbLinearRgbTrait Implementations
impl Debug for ColorSpace[src]
impl PartialEq for ColorSpace[src]
fn eq(&self, __arg_0: &ColorSpace) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.