Struct swf_tree::filters::Blur [] [src]

pub struct Blur {
    pub blur_x: Fixed16P16,
    pub blur_y: Fixed16P16,
    pub passes: u8,
}

Fields

Trait Implementations

impl Debug for Blur
[src]

Formats the value using the given formatter.

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