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

pub struct GradientBevel {
    pub gradient: Vec<ColorStop>,
    pub blur_x: Sfixed16P16,
    pub blur_y: Sfixed16P16,
    pub angle: Sfixed16P16,
    pub distance: Sfixed16P16,
    pub strength: Sfixed8P8,
    pub inner: bool,
    pub knockout: bool,
    pub composite_source: bool,
    pub on_top: bool,
    pub passes: u8,
}

Fields

gradient: Vec<ColorStop>blur_x: Sfixed16P16blur_y: Sfixed16P16angle: Sfixed16P16distance: Sfixed16P16strength: Sfixed8P8inner: boolknockout: boolcomposite_source: boolon_top: boolpasses: u8

Trait Implementations

impl Clone for GradientBevel[src]

impl Eq for GradientBevel[src]

impl Ord for GradientBevel[src]

impl PartialEq<GradientBevel> for GradientBevel[src]

impl PartialOrd<GradientBevel> for GradientBevel[src]

impl Debug for GradientBevel[src]

impl Hash for GradientBevel[src]

impl Serialize for GradientBevel[src]

impl<'de> Deserialize<'de> for GradientBevel[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]