skia_
safe
0.81.0
Lighting
Aliased type
Methods
kernel_unit_length
set_kernel_unit_length
set_surface_scale
surface_scale
Trait Implementations
DebugAttributes
In skia_
safe::
svg::
fe
skia_safe
::
svg
::
fe
Type Alias
Lighting
Copy item path
Source
pub type Lighting =
RCHandle
<SkSVGFeLighting>;
Aliased Type
§
struct Lighting(
/* private fields */
);
Implementations
§
Source
§
impl
Lighting
Source
pub fn
surface_scale
(&self) ->
scalar
Source
pub fn
set_surface_scale
(&mut self, value:
scalar
)
Source
pub fn
kernel_unit_length
(&self) ->
Option
<
KernelUnitLength
>
Source
pub fn
set_kernel_unit_length
(&mut self, value:
KernelUnitLength
)
Trait Implementations
§
Source
§
impl
DebugAttributes
for
Lighting
Source
§
const
NAME
: &'static
str
= "FeLighting"
Source
§
fn
_dbg
(&self, builder: &mut
DebugStruct
<'_, '_>)