Struct swf_tree::fill_styles::FocalGradient
[−]
[src]
pub struct FocalGradient {
pub matrix: Matrix,
pub gradient: Gradient,
pub focal_point: Fixed8P8,
}Fields
matrix: Matrix
gradient: Gradient
focal_point: Fixed8P8
Trait Implementations
impl Debug for FocalGradient[src]
impl PartialEq for FocalGradient[src]
fn eq(&self, __arg_0: &FocalGradient) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FocalGradient) -> bool
This method tests for !=.