Struct palette::Alpha [] [src]

pub struct Alpha<C, T: Float> {
    pub color: C,
    pub alpha: T,
}

An alpha component wrapper for colors.

Fields

The color.

The transparency component. 0.0 is fully transparent and 1.0 is fully opaque.

Methods

impl<S: RgbStandard, T: Float> Alpha<Rgb<S, T>, T>
[src]

Rgba implementations.

[src]

Nonlinear RGB.

[src]

Nonlinear RGB with transparency from 8 bit values.

[src]

Create an RGB color with transparency from a pixel.

[src]

Convert the color into a pixel representation.

[src]

Convert the color to linear RGB with transparency.

[src]

Convert linear RGB to nonlinear RGB with transparency.

[src]

Convert a linear color to an RGB pixel.

[src]

Convert an RGB pixel to a linear color.

impl<T> Alpha<Luma<D65, T>, T> where
    T: Float
[src]

Lumaa implementations.

[src]

Linear luminance with transparency and white point D65.

[src]

Linear luminance and transparency from 8 bit values and white point D65.

impl<Wp, T> Alpha<Luma<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

Lumaa implementations.

[src]

Linear luminance with transparency.

[src]

Linear luminance and transparency from 8 bit values.

impl<T> Alpha<Yxy<D65, T>, T> where
    T: Float
[src]

Yxya implementations.

[src]

CIE Yxy and transparency with white point D65.

impl<Wp, T> Alpha<Yxy<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

Yxya implementations.

[src]

CIE Yxy and transparency.

impl<T> Alpha<Xyz<D65, T>, T> where
    T: Float
[src]

Xyza implementations.

[src]

CIE Yxy and transparency with white point D65.

impl<Wp, T> Alpha<Xyz<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

Xyza implementations.

[src]

CIE XYZ and transparency.

impl<T> Alpha<Lab<D65, T>, T> where
    T: Float
[src]

Laba implementations.

[src]

CIE L*a*b* and transparency and white point D65.

impl<Wp, T> Alpha<Lab<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

Laba implementations.

[src]

CIE L*a*b* and transparency.

impl<T> Alpha<Lch<D65, T>, T> where
    T: Float
[src]

Lcha implementations.

[src]

CIE L*C*h° and transparency with white point D65.

impl<Wp, T> Alpha<Lch<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

Lcha implementations.

[src]

CIE L*C*h° and transparency.

impl<T> Alpha<Hsv<Srgb, T>, T> where
    T: Float
[src]

Hsva implementations.

[src]

HSV and transparency for linear sRGB.

impl<S, T> Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

Hsva implementations.

[src]

Linear HSV and transparency.

impl<T> Alpha<Hsl<Srgb, T>, T> where
    T: Float
[src]

Hsla implementations.

[src]

HSL and transparency for linear sRGB.

impl<S, T> Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

Hsla implementations.

[src]

Linear HSL and transparency.

impl<T> Alpha<Hwb<Srgb, T>, T> where
    T: Float
[src]

Hwba implementations.

[src]

HWB and transparency for linear sRGB.

impl<S, T> Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

Hwba implementations.

[src]

Linear HWB and transparency.

impl<T: Float> Alpha<Color<Srgb, T>, T>
[src]

Colora implementations.

[src]

Linear luminance.

[src]

Linear luminance from an 8 bit value.

[src]

Linear RGB.

[src]

Linear RGB from an 8 bit value.

[src]

CIE XYZ.

[src]

CIE Yxy.

[src]

CIE L*a*b*.

[src]

CIE L*C*h°.

[src]

Linear HSV.

[src]

Linear HSL.

[src]

Linear HWB.

Trait Implementations

impl<C, T> From<PreAlpha<C, T>> for Alpha<C, T> where
    C: ComponentWise<Scalar = T>,
    T: Float
[src]

[src]

Performs the conversion.

impl<C: Clone, T: Clone + Float> Clone for Alpha<C, T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<C: Copy, T: Copy + Float> Copy for Alpha<C, T>
[src]

impl<C: Debug, T: Debug + Float> Debug for Alpha<C, T>
[src]

[src]

Formats the value using the given formatter.

impl<C: PartialEq, T: PartialEq + Float> PartialEq for Alpha<C, T>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<C, T: Float> Deref for Alpha<C, T>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<C, T: Float> DerefMut for Alpha<C, T>
[src]

[src]

Mutably dereferences the value.

impl<C: Mix> Mix for Alpha<C, C::Scalar>
[src]

The type of the mixing factor.

[src]

Mix the color with an other color, by factor. Read more

impl<C: Shade> Shade for Alpha<C, C::Scalar>
[src]

The type of the lighten/darken amount.

[src]

Lighten the color by amount.

[src]

Darken the color by amount.

impl<C: GetHue, T: Float> GetHue for Alpha<C, T>
[src]

The kind of hue unit this color space uses. Read more

[src]

Calculate a hue if possible. Read more

impl<C: Hue, T: Float> Hue for Alpha<C, T>
[src]

[src]

Return a new copy of self, but with a specific hue.

[src]

Return a new copy of self, but with the hue shifted by amount.

impl<C: Saturate> Saturate for Alpha<C, C::Scalar>
[src]

The type of the (de)saturation factor.

[src]

Increase the saturation by factor.

[src]

Decrease the saturation by factor.

impl<C: Limited, T: Float> Limited for Alpha<C, T>
[src]

[src]

Check if the color's components are within the expected ranges.

[src]

Return a new color where the components has been clamped to the nearest valid values. Read more

[src]

Clamp the color's components to the nearest valid values.

impl<C: Blend, T: Float> Blend for Alpha<C, T> where
    C::Color: ComponentWise<Scalar = T>,
    Alpha<C, T>: Into<Alpha<C::Color, T>> + From<Alpha<C::Color, T>>, 
[src]

The core color type. Typically Self for color types without alpha.

[src]

Convert the color to premultiplied alpha.

[src]

Convert the color from premultiplied alpha.

[src]

Blend self, as the source color, with destination, using blend_function. Anything that implements BlendFunction is acceptable, including functions and closures. Read more

[src]

Place self over other. This is the good old common alpha composition equation. Read more

[src]

Results in the parts of self that overlaps the visible parts of other. Read more

[src]

Results in the parts of self that lies outside the visible parts of other. Read more

[src]

Place self over only the visible parts of other.

[src]

Results in either self or other, where they do not overlap.

[src]

Add self and other. This uses the alpha component to regulate the effect, so it's not just plain component wise addition. Read more

[src]

Multiply self with other. This uses the alpha component to regulate the effect, so it's not just plain component wise multiplication. Read more

[src]

Make a color which is at least as light as self or other.

[src]

Multiply self or other if other is dark, or screen them if other is light. This results in an S curve. Read more

[src]

Return the darkest parts of self and other.

[src]

Return the lightest parts of self and other.

[src]

Lighten other to reflect self. Results in other if self is black. Read more

[src]

Darken other to reflect self. Results in other if self is white. Read more

[src]

Multiply self or other if other is dark, or screen them if self is light. This is similar to overlay, but depends on self instead of other. Read more

[src]

Lighten other if self is light, or darken other as if it's burned if self is dark. The effect is increased if the components of self is further from 0.5. Read more

[src]

Return the absolute difference between self and other. It's basically abs(self - other), but regulated by the alpha component. Read more

[src]

Similar to difference, but appears to result in a lower contrast. other is inverted if self is white, and preserved if self is black. Read more

impl<C: ComponentWise<Scalar = T>, T: Float> ComponentWise for Alpha<C, T>
[src]

The scalar type for color components.

[src]

Perform a binary operation on this and an other color.

[src]

Perform a unary operation on this color.

impl<C: Default, T: Float> Default for Alpha<C, T>
[src]

[src]

Returns the "default value" for a type. Read more

impl<C, T> ApproxEq for Alpha<C, T> where
    C: ApproxEq<Epsilon = T::Epsilon>,
    T: ApproxEq + Float,
    T::Epsilon: Copy
[src]

Used for specifying relative comparisons.

[src]

The default tolerance to use when testing values that are close together. Read more

[src]

The default relative tolerance for testing values that are far-apart. Read more

[src]

The default ULPs to tolerate when testing values that are far-apart. Read more

[src]

A test for equality that uses a relative comparison if the values are far apart.

[src]

A test for equality that uses units in the last place (ULP) if the values are far apart.

[src]

The inverse of ApproxEq::relative_eq.

[src]

The inverse of ApproxEq::ulps_eq.

impl<C: Add, T: Float> Add for Alpha<C, T>
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl<T: Float + Clone, C: Add<T>> Add<T> for Alpha<C, T>
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl<C: Sub, T: Float> Sub for Alpha<C, T>
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl<T: Float + Clone, C: Sub<T>> Sub<T> for Alpha<C, T>
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl<C: Mul, T: Float> Mul for Alpha<C, T>
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<T: Float + Clone, C: Mul<T>> Mul<T> for Alpha<C, T>
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<C: Div, T: Float> Div for Alpha<C, T>
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl<T: Float + Clone, C: Div<T>> Div<T> for Alpha<C, T>
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl<C, T: Float> From<C> for Alpha<C, T>
[src]

[src]

Performs the conversion.

impl<S, T> From<Color<S, T>> for Alpha<Xyz<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Color<S, T>, T>> for Alpha<Xyz<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsl<S, T>, T>> for Alpha<Xyz<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsl<S, T>> for Alpha<Xyz<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsv<S, T>, T>> for Alpha<Xyz<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsv<S, T>> for Alpha<Xyz<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hwb<S, T>, T>> for Alpha<Xyz<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hwb<S, T>> for Alpha<Xyz<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Color<S, T>> for Alpha<Yxy<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Color<S, T>, T>> for Alpha<Yxy<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsl<S, T>, T>> for Alpha<Yxy<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsl<S, T>> for Alpha<Yxy<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsv<S, T>, T>> for Alpha<Yxy<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsv<S, T>> for Alpha<Yxy<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hwb<S, T>, T>> for Alpha<Yxy<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hwb<S, T>> for Alpha<Yxy<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Color<S, T>> for Alpha<Lab<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Color<S, T>, T>> for Alpha<Lab<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsl<S, T>, T>> for Alpha<Lab<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsl<S, T>> for Alpha<Lab<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsv<S, T>, T>> for Alpha<Lab<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsv<S, T>> for Alpha<Lab<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hwb<S, T>, T>> for Alpha<Lab<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hwb<S, T>> for Alpha<Lab<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Color<S, T>> for Alpha<Lch<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Color<S, T>, T>> for Alpha<Lch<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsl<S, T>, T>> for Alpha<Lch<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsl<S, T>> for Alpha<Lch<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsv<S, T>, T>> for Alpha<Lch<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsv<S, T>> for Alpha<Lch<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hwb<S, T>, T>> for Alpha<Lch<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hwb<S, T>> for Alpha<Lch<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Color<S, T>> for Alpha<Luma<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Color<S, T>, T>> for Alpha<Luma<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsl<S, T>, T>> for Alpha<Luma<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsl<S, T>> for Alpha<Luma<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsv<S, T>, T>> for Alpha<Luma<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsv<S, T>> for Alpha<Luma<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hwb<S, T>, T>> for Alpha<Luma<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hwb<S, T>> for Alpha<Luma<S::WhitePoint, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Color<S, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Color<S, T>, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Xyz<S::WhitePoint, T>, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Xyz<S::WhitePoint, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Yxy<S::WhitePoint, T>, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Yxy<S::WhitePoint, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Lab<S::WhitePoint, T>, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Lab<S::WhitePoint, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Lch<S::WhitePoint, T>, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Lch<S::WhitePoint, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsl<S, T>, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsl<S, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsv<S, T>, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsv<S, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hwb<S, T>, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hwb<S, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Luma<S::WhitePoint, T>, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Luma<S::WhitePoint, T>> for Alpha<Rgb<Linear<S>, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Color<S, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Color<S, T>, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Xyz<S::WhitePoint, T>, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Xyz<S::WhitePoint, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Yxy<S::WhitePoint, T>, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Yxy<S::WhitePoint, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Lab<S::WhitePoint, T>, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Lab<S::WhitePoint, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Lch<S::WhitePoint, T>, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Lch<S::WhitePoint, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsv<S, T>, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsv<S, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hwb<S, T>, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hwb<S, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Luma<S::WhitePoint, T>, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Luma<S::WhitePoint, T>> for Alpha<Hsl<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Color<S, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Color<S, T>, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Xyz<S::WhitePoint, T>, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Xyz<S::WhitePoint, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Yxy<S::WhitePoint, T>, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Yxy<S::WhitePoint, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Lab<S::WhitePoint, T>, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Lab<S::WhitePoint, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Lch<S::WhitePoint, T>, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Lch<S::WhitePoint, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsl<S, T>, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsl<S, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hwb<S, T>, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hwb<S, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Luma<S::WhitePoint, T>, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Luma<S::WhitePoint, T>> for Alpha<Hsv<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Color<S, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Color<S, T>, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Xyz<S::WhitePoint, T>, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Xyz<S::WhitePoint, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Yxy<S::WhitePoint, T>, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Yxy<S::WhitePoint, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Lab<S::WhitePoint, T>, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Lab<S::WhitePoint, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Lch<S::WhitePoint, T>, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Lch<S::WhitePoint, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsl<S, T>, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsl<S, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsv<S, T>, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Hsv<S, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Luma<S::WhitePoint, T>, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Luma<S::WhitePoint, T>> for Alpha<Hwb<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Yxy<Wp, T>, T>> for Alpha<Xyz<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Yxy<Wp, T>> for Alpha<Xyz<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Lab<Wp, T>, T>> for Alpha<Xyz<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Lab<Wp, T>> for Alpha<Xyz<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Lch<Wp, T>, T>> for Alpha<Xyz<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Lch<Wp, T>> for Alpha<Xyz<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Luma<Wp, T>, T>> for Alpha<Xyz<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Luma<Wp, T>> for Alpha<Xyz<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Xyz<Wp, T>, T>> for Alpha<Yxy<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Xyz<Wp, T>> for Alpha<Yxy<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Lab<Wp, T>, T>> for Alpha<Yxy<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Lab<Wp, T>> for Alpha<Yxy<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Lch<Wp, T>, T>> for Alpha<Yxy<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Lch<Wp, T>> for Alpha<Yxy<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Luma<Wp, T>, T>> for Alpha<Yxy<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Luma<Wp, T>> for Alpha<Yxy<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Xyz<Wp, T>, T>> for Alpha<Lab<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Xyz<Wp, T>> for Alpha<Lab<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Yxy<Wp, T>, T>> for Alpha<Lab<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Yxy<Wp, T>> for Alpha<Lab<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Lch<Wp, T>, T>> for Alpha<Lab<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Lch<Wp, T>> for Alpha<Lab<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Luma<Wp, T>, T>> for Alpha<Lab<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Luma<Wp, T>> for Alpha<Lab<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Xyz<Wp, T>, T>> for Alpha<Lch<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Xyz<Wp, T>> for Alpha<Lch<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Yxy<Wp, T>, T>> for Alpha<Lch<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Yxy<Wp, T>> for Alpha<Lch<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Lab<Wp, T>, T>> for Alpha<Lch<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Lab<Wp, T>> for Alpha<Lch<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Luma<Wp, T>, T>> for Alpha<Lch<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Luma<Wp, T>> for Alpha<Lch<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Xyz<Wp, T>, T>> for Alpha<Luma<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Xyz<Wp, T>> for Alpha<Luma<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Yxy<Wp, T>, T>> for Alpha<Luma<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Yxy<Wp, T>> for Alpha<Luma<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Lab<Wp, T>, T>> for Alpha<Luma<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Lab<Wp, T>> for Alpha<Luma<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Alpha<Lch<Wp, T>, T>> for Alpha<Luma<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<Wp, T> From<Lch<Wp, T>> for Alpha<Luma<Wp, T>, T> where
    T: Float,
    Wp: WhitePoint
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Rgb<S, T>, T>> for Alpha<Xyz<<S::Space as RgbSpace>::WhitePoint, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Rgb<S, T>> for Alpha<Xyz<<S::Space as RgbSpace>::WhitePoint, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Rgb<S, T>, T>> for Alpha<Yxy<<S::Space as RgbSpace>::WhitePoint, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Rgb<S, T>> for Alpha<Yxy<<S::Space as RgbSpace>::WhitePoint, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Rgb<S, T>, T>> for Alpha<Lab<<S::Space as RgbSpace>::WhitePoint, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Rgb<S, T>> for Alpha<Lab<<S::Space as RgbSpace>::WhitePoint, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Rgb<S, T>, T>> for Alpha<Lch<<S::Space as RgbSpace>::WhitePoint, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Rgb<S, T>> for Alpha<Lch<<S::Space as RgbSpace>::WhitePoint, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Rgb<S, T>, T>> for Alpha<Hsl<S::Space, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Rgb<S, T>> for Alpha<Hsl<S::Space, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Rgb<S, T>, T>> for Alpha<Hsv<S::Space, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Rgb<S, T>> for Alpha<Hsv<S::Space, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Rgb<S, T>, T>> for Alpha<Hwb<S::Space, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Rgb<S, T>> for Alpha<Hwb<S::Space, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Rgb<S, T>, T>> for Alpha<Luma<<S::Space as RgbSpace>::WhitePoint, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Rgb<S, T>> for Alpha<Luma<<S::Space as RgbSpace>::WhitePoint, T>, T> where
    T: Float,
    S: RgbStandard
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Luma<S::WhitePoint, T>, T>> for Alpha<Color<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Rgb<Linear<S>, T>, T>> for Alpha<Color<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Xyz<S::WhitePoint, T>, T>> for Alpha<Color<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Yxy<S::WhitePoint, T>, T>> for Alpha<Color<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Lab<S::WhitePoint, T>, T>> for Alpha<Color<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Lch<S::WhitePoint, T>, T>> for Alpha<Color<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsv<S, T>, T>> for Alpha<Color<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hsl<S, T>, T>> for Alpha<Color<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.

impl<S, T> From<Alpha<Hwb<S, T>, T>> for Alpha<Color<S, T>, T> where
    T: Float,
    S: RgbSpace
[src]

[src]

Performs the conversion.