skia_
safe
0.81.0
Blend
Aliased type
Methods
input2
mode
set_input2
set_mode
Trait Implementations
DebugAttributes
Default
In skia_
safe::
svg::
fe
skia_safe
::
svg
::
fe
Type Alias
Blend
Copy item path
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