skia_
safe
0.81.0
Distant
Light
Aliased type
Methods
azimuth
elevation
set_azimuth
set_elevation
Trait Implementations
DebugAttributes
Default
In skia_
safe::
svg::
fe
skia_safe
::
svg
::
fe
Type Alias
DistantLight
Copy item path
Source
pub type DistantLight =
RCHandle
<SkSVGFeDistantLight>;
Aliased Type
§
struct DistantLight(
/* private fields */
);
Implementations
§
Source
§
impl
DistantLight
Source
pub fn
azimuth
(&self) ->
scalar
Source
pub fn
set_azimuth
(&mut self, value:
scalar
)
Source
pub fn
elevation
(&self) ->
scalar
Source
pub fn
set_elevation
(&mut self, value:
scalar
)
Trait Implementations
§
Source
§
impl
DebugAttributes
for
DistantLight
Source
§
const
NAME
: &'static
str
= "FeDistantLight"
Source
§
fn
_dbg
(&self, builder: &mut
DebugStruct
<'_, '_>)
Source
§
impl
Default
for
DistantLight
Source
§
fn
default
() -> Self
Returns the “default value” for a type.
Read more