pub struct LayerEffectsOuterGlow {Show 14 fields
pub present: Option<bool>,
pub show_in_dialog: Option<bool>,
pub enabled: Option<bool>,
pub size: Option<UnitsValue>,
pub color: Option<Color>,
pub blend_mode: Option<BlendMode>,
pub opacity: Option<f64>,
pub source: Option<GlowSource>,
pub antialiased: Option<bool>,
pub noise: Option<f64>,
pub range: Option<f64>,
pub choke: Option<UnitsValue>,
pub jitter: Option<f64>,
pub contour: Option<EffectContour>,
}Expand description
TS LayerEffectsOuterGlow.
Fields§
§present: Option<bool>§show_in_dialog: Option<bool>§enabled: Option<bool>§size: Option<UnitsValue>§color: Option<Color>§blend_mode: Option<BlendMode>§opacity: Option<f64>§source: Option<GlowSource>§antialiased: Option<bool>§noise: Option<f64>§range: Option<f64>§choke: Option<UnitsValue>§jitter: Option<f64>§contour: Option<EffectContour>Trait Implementations§
Source§impl Clone for LayerEffectsOuterGlow
impl Clone for LayerEffectsOuterGlow
Source§fn clone(&self) -> LayerEffectsOuterGlow
fn clone(&self) -> LayerEffectsOuterGlow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LayerEffectsOuterGlow
impl Debug for LayerEffectsOuterGlow
Source§impl Default for LayerEffectsOuterGlow
impl Default for LayerEffectsOuterGlow
Source§fn default() -> LayerEffectsOuterGlow
fn default() -> LayerEffectsOuterGlow
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayerEffectsOuterGlow
impl RefUnwindSafe for LayerEffectsOuterGlow
impl Send for LayerEffectsOuterGlow
impl Sync for LayerEffectsOuterGlow
impl Unpin for LayerEffectsOuterGlow
impl UnsafeUnpin for LayerEffectsOuterGlow
impl UnwindSafe for LayerEffectsOuterGlow
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more