Struct swf_tree::ColorTransform
[−]
[src]
pub struct ColorTransform {
pub red_mult: i16,
pub green_mult: i16,
pub blue_mult: i16,
pub red_add: i16,
pub green_add: i16,
pub blue_add: i16,
}Fields
red_mult: i16
green_mult: i16
blue_mult: i16
red_add: i16
green_add: i16
blue_add: i16
Trait Implementations
impl Debug for ColorTransform[src]
impl PartialEq for ColorTransform[src]
fn eq(&self, __arg_0: &ColorTransform) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ColorTransform) -> bool
This method tests for !=.