pub type RgbChannels = (ChannelDescription, ChannelDescription, ChannelDescription);
Expand description
Contains information about the channels in an rgb image, in the order (red, green, blue)
.
pub type RgbChannels = (ChannelDescription, ChannelDescription, ChannelDescription);
Contains information about the channels in an rgb image, in the order (red, green, blue)
.