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
matrix_width: usize
matrix_height: usize
divisor: OrderedFloat<f32>
bias: OrderedFloat<f32>
matrix: Vec<OrderedFloat<f32>>
default_color: StraightSRgba8
clamp: bool
preserve_alpha: bool
Trait Implementations
impl Debug for Convolution
[src]
impl PartialEq for Convolution
[src]
fn eq(&self, __arg_0: &Convolution) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Convolution) -> bool
This method tests for !=
.