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

type RgbChannels = (ChannelDescription, ChannelDescription, ChannelDescription);
Expand description

Contains information about the channels in an rgb image, in the order (red, green, blue).