Struct swf_tree::ColorStop
[−]
[src]
pub struct ColorStop {
pub ratio: u8,
pub color: StraightSRgba8,
}Fields
ratio: u8
color: StraightSRgba8
Trait Implementations
impl Debug for ColorStop[src]
impl PartialEq for ColorStop[src]
fn eq(&self, __arg_0: &ColorStop) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ColorStop) -> bool
This method tests for !=.