Type Definition exr::image::RgbaLayersImage

source · []
pub type RgbaLayersImage<Storage> = PixelLayersImage<Storage, RgbaChannels>;
Expand description

This image type contains multiple layers, with each layer containing a user-defined type of rgba pixels.