Struct swf_tree::ColorStop [] [src]

pub struct ColorStop {
    pub ratio: u8,
    pub color: StraightSRgba8,
}

Fields

Trait Implementations

impl Debug for ColorStop
[src]

Formats the value using the given formatter.

impl PartialEq for ColorStop
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ColorStop
[src]