Struct swf_tree::ColorTransform [] [src]

pub struct ColorTransform {
    pub red_mult: Fixed8P8,
    pub green_mult: Fixed8P8,
    pub blue_mult: Fixed8P8,
    pub red_add: i16,
    pub green_add: i16,
    pub blue_add: i16,
}

Fields

Trait Implementations

impl Debug for ColorTransform
[src]

Formats the value using the given formatter.

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