skia_
safe
0.81.0
Diffuse
Aliased type
Methods
diffuse_constant
set_diffuse_constant
Trait Implementations
DebugAttributes
Default
In skia_
safe::
svg::
fe::
lighting
skia_safe
::
svg
::
fe
::
lighting
Type Alias
Diffuse
Copy item path
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