skia_safe::svg::fe

Type Alias DistantLight

Source
pub type DistantLight = RCHandle<SkSVGFeDistantLight>;

Aliased Type§

struct DistantLight(/* private fields */);

Implementations§

Source§

impl DistantLight

Source

pub fn azimuth(&self) -> scalar

Source

pub fn set_azimuth(&mut self, value: scalar)

Source

pub fn elevation(&self) -> scalar

Source

pub fn set_elevation(&mut self, value: scalar)

Trait Implementations§

Source§

impl DebugAttributes for DistantLight

Source§

const NAME: &'static str = "FeDistantLight"

Source§

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

Source§

impl Default for DistantLight

Source§

fn default() -> Self

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