Struct swf_tree::fill_styles::FocalGradient [] [src]

pub struct FocalGradient {
    pub matrix: Matrix,
    pub gradient: Gradient,
    pub focal_point: Fixed8P8,
}

Fields

Trait Implementations

impl Debug for FocalGradient
[src]

Formats the value using the given formatter.

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