Enum ocl::enums::ImageChannelOrder
[−]
[src]
pub enum ImageChannelOrder {
R,
A,
Rg,
Ra,
Rgb,
Rgba,
Bgra,
Argb,
Intensity,
Luminance,
Rx,
Rgx,
Rgbx,
Depth,
DepthStencil,
}Specifies the number of channels and the channel layout i.e. the memory layout in which channels are stored in the image. Valid values are described in the table below. (from SDK)
Variants
RARgRaRgbRgbaBgraArgbIntensityLuminanceRxRgxRgbxDepthDepthStencilTrait Implementations
impl PartialEq<ImageChannelOrder> for ImageChannelOrder
fn eq(&self, __arg_0: &ImageChannelOrder) -> bool
impl Clone for ImageChannelOrder
fn clone(&self) -> ImageChannelOrder
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for ImageChannelOrder
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.