color

Type Alias YCbCra

Source
pub type YCbCra<T> = AlphaColor<T, YCbCr<T>>;

Aliased Type§

struct YCbCra<T> {
    pub c: YCbCr<T>,
    pub a: T,
}

Fields§

§c: YCbCr<T>§a: T