Struct swf_tree::StraightSRgba [] [src]

pub struct StraightSRgba {
    pub r: u8,
    pub g: u8,
    pub b: u8,
    pub a: u8,
}

Fields

Trait Implementations

impl Debug for StraightSRgba
[src]

Formats the value using the given formatter.

impl PartialEq for StraightSRgba
[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 StraightSRgba
[src]