skia_safe::svg::fe

Type Alias Blend

Source
pub type Blend = RCHandle<SkSVGFeBlend>;

Aliased Type§

struct Blend(/* private fields */);

Implementations§

Source§

impl Blend

Source

pub fn input2(&self) -> &Input

Source

pub fn set_input2(&mut self, value: Input)

Source

pub fn mode(&self) -> &BlendMode

Source

pub fn set_mode(&mut self, value: BlendMode)

Trait Implementations§

Source§

impl DebugAttributes for Blend

Source§

const NAME: &'static str = "FeBlend"

Source§

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

Source§

impl Default for Blend

Source§

fn default() -> Self

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