pub struct AlphaChannel<C>where
C: ColorSpace,{ /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<C> AdjustHue for Alpha<C>where
C: AdjustHue + ColorSpace,
impl<C> AdjustHue for Alpha<C>where
C: AdjustHue + ColorSpace,
fn adjust_hue(self, delta: f64) -> Alpha<C>
fn complement(self) -> Self
Source§impl<C> GetAlpha<C> for Alpha<C>where
C: ColorSpace,
impl<C> GetAlpha<C> for Alpha<C>where
C: ColorSpace,
Source§impl<C> HasAlpha<C> for Alpha<C>where
C: ColorSpace,
impl<C> HasAlpha<C> for Alpha<C>where
C: ColorSpace,
Source§impl<C> SetAlpha<C> for Alpha<C>where
C: ColorSpace,
impl<C> SetAlpha<C> for Alpha<C>where
C: ColorSpace,
impl<C> Copy for Alpha<C>where
C: Copy + ColorSpace,
Auto Trait Implementations§
impl<C> Freeze for Alpha<C>where
C: Freeze,
impl<C> RefUnwindSafe for Alpha<C>where
C: RefUnwindSafe,
impl<C> Send for Alpha<C>where
C: Send,
impl<C> Sync for Alpha<C>where
C: Sync,
impl<C> Unpin for Alpha<C>where
C: Unpin,
impl<C> UnwindSafe for Alpha<C>where
C: UnwindSafe,
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