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

type RgbaImage<Storage> = PixelImage<Storage, RgbaChannels>;
Expand description

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