Type Alias exr::image::RgbChannels
source ยท pub type RgbChannels = (ChannelDescription, ChannelDescription, ChannelDescription);
Expand description
Contains information about the channels in an rgb image, in the order (red, green, blue)
.