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