ImagePixelExtractingEstimator.ColorBits Enum

Definition

Which color channels are extracted. Note that these values are serialized so should not be modified.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ImagePixelExtractingEstimator.ColorBits
[<System.Flags>]
type ImagePixelExtractingEstimator.ColorBits = 
Public Enum ImagePixelExtractingEstimator.ColorBits
Inheritance
ImagePixelExtractingEstimator.ColorBits
Attributes

Fields

All 15
Alpha 1
Blue 8
Green 4
Red 2
Rgb 14

Applies to