[][src]Type Definition prisma::Rgba

type Rgba<T> = Alpha<T, Rgb<T>>;

An Rgb value with an alpha channel

Trait Implementations

impl<T> TranscodableColor for Rgba<T> where
    T: PosNormalChannelScalar + ChannelFormatCast<f64>,
    f64: ChannelFormatCast<T>, 
[src]

type IntermediateColor = Rgba<f64>

The color type used internally to do conversions. This will always have floating-point channels