Type Definition exr::image::PixelLayersImage[][src]

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.