Struct swf_tree::filters::Bevel
[−]
[src]
pub struct Bevel { pub shadow_color: StraightSRgba8, pub highlight_color: StraightSRgba8, pub blur_x: Fixed16P16, pub blur_y: Fixed16P16, pub angle: Fixed16P16, pub distance: Fixed16P16, pub strength: Fixed8P8, pub inner: bool, pub knockout: bool, pub composite_source: bool, pub on_top: bool, pub passes: u8, }
Fields
shadow_color: StraightSRgba8
highlight_color: StraightSRgba8
blur_x: Fixed16P16
blur_y: Fixed16P16
angle: Fixed16P16
distance: Fixed16P16
strength: Fixed8P8
inner: bool
knockout: bool
composite_source: bool
on_top: bool
passes: u8
Trait Implementations
impl Debug for Bevel
[src]
impl PartialEq for Bevel
[src]
fn eq(&self, __arg_0: &Bevel) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Bevel) -> bool
This method tests for !=
.