skia_
safe
0.81.0
Point
Light
Aliased type
Methods
set_x
set_y
set_z
x
y
z
Trait Implementations
DebugAttributes
Default
In skia_
safe::
svg::
fe
skia_safe
::
svg
::
fe
Type Alias
PointLight
Copy item path
Source
pub type PointLight =
RCHandle
<SkSVGFePointLight>;
Aliased Type
§
struct PointLight(
/* private fields */
);
Implementations
§
Source
§
impl
PointLight
Source
pub fn
x
(&self) ->
scalar
Source
pub fn
set_x
(&mut self, value:
scalar
)
Source
pub fn
y
(&self) ->
scalar
Source
pub fn
set_y
(&mut self, value:
scalar
)
Source
pub fn
z
(&self) ->
scalar
Source
pub fn
set_z
(&mut self, value:
scalar
)
Trait Implementations
§
Source
§
impl
DebugAttributes
for
PointLight
Source
§
const
NAME
: &'static
str
= "FePointLight"
Source
§
fn
_dbg
(&self, builder: &mut
DebugStruct
<'_, '_>)
Source
§
impl
Default
for
PointLight
Source
§
fn
default
() -> Self
Returns the “default value” for a type.
Read more