Struct swf_tree::fill_styles::LinearGradient [] [src]

pub struct LinearGradient {
    pub matrix: Matrix,
    pub gradient: Gradient,
}

Fields

Trait Implementations

impl Debug for LinearGradient
[src]

Formats the value using the given formatter.

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