skia_safe::svg::fe::lighting

Type Alias Specular

Source
pub type Specular = RCHandle<SkSVGFeSpecularLighting>;

Aliased Type§

struct Specular(/* private fields */);

Implementations§

Source§

impl Specular

Source

pub fn specular_constant(&self) -> scalar

Source

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

Source

pub fn specular_exponent(&self) -> scalar

Source

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

Trait Implementations§

Source§

impl DebugAttributes for Specular

Source§

const NAME: &'static str = "FeSpecularLighting"

Source§

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

Source§

impl Default for Specular

Source§

fn default() -> Self

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