pub type RgbaImage<Storage> = PixelImage<Storage, RgbaChannels>;
Expand description
This image type contains a single layer containing a user-defined type of rgba pixels.
pub type RgbaImage<Storage> = PixelImage<Storage, RgbaChannels>;
This image type contains a single layer containing a user-defined type of rgba pixels.