skia_safe::svg::fe::lighting

Type Alias Diffuse

Source
pub type Diffuse = RCHandle<SkSVGFeDiffuseLighting>;

Aliased Type§

struct Diffuse(/* private fields */);

Implementations§

Source§

impl Diffuse

Source

pub fn diffuse_constant(&self) -> scalar

Source

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

Trait Implementations§

Source§

impl DebugAttributes for Diffuse

Source§

const NAME: &'static str = "FeDiffuseLighting"

Source§

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

Source§

impl Default for Diffuse

Source§

fn default() -> Self

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