Type Alias exr::image::RgbaChannels
source ยท pub type RgbaChannels = (ChannelDescription, ChannelDescription, ChannelDescription, Option<ChannelDescription>);
Expand description
Contains information about the channels in an rgba image, in the order (red, green, blue, alpha)
.
The alpha channel is not required. May be None
if the image did not contain an alpha channel.