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