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