Struct swf_tree::fill_styles::RadialGradient [] [src]

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

Fields

Trait Implementations

impl Debug for RadialGradient
[src]

Formats the value using the given formatter.

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