Type Definition exr::image::RgbaImage

source · []
pub type RgbaImage<Storage> = PixelImage<Storage, RgbaChannels>;
Expand description

This image type contains a single layer containing a user-defined type of rgba pixels.