Struct swf_tree::filters::Convolution [] [src]

pub struct Convolution {
    pub matrix_width: usize,
    pub matrix_height: usize,
    pub divisor: OrderedFloat<f32>,
    pub bias: OrderedFloat<f32>,
    pub matrix: Vec<OrderedFloat<f32>>,
    pub default_color: StraightSRgba8,
    pub clamp: bool,
    pub preserve_alpha: bool,
}

Fields

Trait Implementations

impl Debug for Convolution
[src]

Formats the value using the given formatter.

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