Struct ux::colorspace::AlphaChannel[][src]

pub struct AlphaChannel<C> where
    C: ColorSpace
{ /* fields omitted */ }

Implementations

impl<C> Alpha<C> where
    C: ColorSpace
[src]

pub fn new(color: C, alpha: f64) -> Alpha<C>[src]

Trait Implementations

impl<C> AdjustHue for Alpha<C> where
    C: AdjustHue + ColorSpace
[src]

impl<C> Clone for Alpha<C> where
    C: Clone + ColorSpace
[src]

impl<C> Copy for Alpha<C> where
    C: Copy + ColorSpace
[src]

impl<C> Debug for Alpha<C> where
    C: Debug + ColorSpace
[src]

impl From<Alpha<RgbColor>> for Color<f64>[src]

impl From<Alpha<RgbColor>> for RgbaColor[src]

impl<C> GetAlpha<C> for Alpha<C> where
    C: ColorSpace
[src]

impl<C> HasAlpha<C> for Alpha<C> where
    C: ColorSpace
[src]

impl<C> Invert for Alpha<C> where
    C: Invert + ColorSpace
[src]

impl<C> Lighten for Alpha<C> where
    C: Lighten + ColorSpace
[src]

impl<C> Round for Alpha<C> where
    C: Round + ColorSpace
[src]

impl<C> Saturate for Alpha<C> where
    C: Saturate + ColorSpace
[src]

impl<C> SetAlpha<C> for Alpha<C> where
    C: ColorSpace
[src]

Auto Trait Implementations

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

impl<C> Adjust for C where
    C: Lighten + AdjustHue + Saturate + Grayscale
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<C> Grayscale for C where
    C: Saturate
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<Fr, To> IntoColor<To> for Fr where
    To: FromColor<Fr>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,