pub type GrayAlpha<T> = AlphaLast<T, Gray<T>>;Expand description
Combined grayscale and alpha color type.
§Layout
template<typename T>
struct GrayAlpha {
T gray;
T alpha;
}Aliased Type§
struct GrayAlpha<T> { /* private fields */ }pub type GrayAlpha<T> = AlphaLast<T, Gray<T>>;Combined grayscale and alpha color type.
template<typename T>
struct GrayAlpha {
T gray;
T alpha;
}struct GrayAlpha<T> { /* private fields */ }