pub enum SoftMaskKind {
Luminosity,
Alpha,
}Expand description
Which channel of the group a soft mask reads.
Variants§
Luminosity
The group’s rendered luminosity. The default, reached by every
/S that is not exactly Alpha.
Alpha
The group’s alpha.
Trait Implementations§
Source§impl Clone for SoftMaskKind
impl Clone for SoftMaskKind
Source§fn clone(&self) -> SoftMaskKind
fn clone(&self) -> SoftMaskKind
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 moreimpl Copy for SoftMaskKind
Source§impl Debug for SoftMaskKind
impl Debug for SoftMaskKind
Source§impl Default for SoftMaskKind
impl Default for SoftMaskKind
Source§fn default() -> SoftMaskKind
fn default() -> SoftMaskKind
Returns the “default value” for a type. Read more
impl Eq for SoftMaskKind
Source§impl PartialEq for SoftMaskKind
impl PartialEq for SoftMaskKind
impl StructuralPartialEq for SoftMaskKind
Auto Trait Implementations§
impl Freeze for SoftMaskKind
impl RefUnwindSafe for SoftMaskKind
impl Send for SoftMaskKind
impl Sync for SoftMaskKind
impl Unpin for SoftMaskKind
impl UnsafeUnpin for SoftMaskKind
impl UnwindSafe for SoftMaskKind
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