Struct swf_tree::ColorTransformWithAlpha [] [src]

pub struct ColorTransformWithAlpha {
    pub red_mult: i16,
    pub green_mult: i16,
    pub blue_mult: i16,
    pub alpha_mult: i16,
    pub red_add: i16,
    pub green_add: i16,
    pub blue_add: i16,
    pub alpha_add: i16,
}

Fields

Trait Implementations

impl Debug for ColorTransformWithAlpha
[src]

Formats the value using the given formatter.

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