Type Definition exr::image::PixelLayersImage

source ·
pub type PixelLayersImage<Storage, Channels> = Image<Layers<SpecificChannels<Storage, Channels>>>;
Expand description

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