Struct swf_tree::filters::GradientBevel [] [src]

pub struct GradientBevel {
    pub gradient: Vec<ColorStop>,
    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

Trait Implementations

impl Debug for GradientBevel
[src]

Formats the value using the given formatter.

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