ImagePixelExtractingEstimator.ColorBits Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Alpha | 1 | |
Red | 2 | |
Green | 4 | |
Blue | 8 | |
Rgb | 14 | |
All | 15 |