Enum tridify_rs::AlphaBlend
source · pub enum AlphaBlend {
Default,
Premultiplied,
Additive,
SoftAdditive,
Multiplied,
}
Variants§
Trait Implementations§
source§impl From<AlphaBlend> for BlendComponent
impl From<AlphaBlend> for BlendComponent
source§fn from(val: AlphaBlend) -> Self
fn from(val: AlphaBlend) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for AlphaBlend
impl Send for AlphaBlend
impl Sync for AlphaBlend
impl Unpin for AlphaBlend
impl UnwindSafe for AlphaBlend
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