[][src]Trait resvg_qt::Gradient

pub trait Gradient {
    fn set_color_at(&mut self, offset: f64, r: u8, g: u8, b: u8, a: u8);
fn set_spread(&mut self, spread: Spread); }

Required methods

fn set_color_at(&mut self, offset: f64, r: u8, g: u8, b: u8, a: u8)

fn set_spread(&mut self, spread: Spread)

Loading content...

Implementors

impl Gradient for LinearGradient[src]

impl Gradient for RadialGradient[src]

Loading content...