skia_safe::svg

Type Alias RadialGradient

Source
pub type RadialGradient = RCHandle<SkSVGRadialGradient>;

Aliased Type§

struct RadialGradient(/* private fields */);

Implementations§

Source§

impl Radial

Source

pub fn cx(&self) -> &Length

Source

pub fn set_cx(&mut self, value: Length)

Source

pub fn cy(&self) -> &Length

Source

pub fn set_cy(&mut self, value: Length)

Source

pub fn r(&self) -> &Length

Source

pub fn set_r(&mut self, value: Length)

Source

pub fn fx(&self) -> Option<&Length>

Source

pub fn set_fx(&mut self, value: Length)

Source

pub fn fy(&self) -> Option<&Length>

Source

pub fn set_fy(&mut self, value: Length)

Trait Implementations§

Source§

impl DebugAttributes for Radial

Source§

const NAME: &'static str = "RadialGradient"

Source§

fn _dbg(&self, builder: &mut DebugStruct<'_, '_>)

Source§

impl Default for Radial

Source§

fn default() -> Self

Returns the “default value” for a type. Read more