MPSImageFeatureChannelFormat 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.
Enumerates image channel descriptions.
[ObjCRuntime.TV(10, 0)]
public enum MPSImageFeatureChannelFormat
type MPSImageFeatureChannelFormat =
- Inheritance
-
MPSImageFeatureChannelFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Indicates an invalid format. |
Unorm8 | 1 | Indicates an unsigned 8-bit integer that encodes values in [0,1.0]. |
Unorm16 | 2 | Indicates an unsigned 16-bit integer that encodes values in [0,1.0]. |
Float16 | 3 | Indicates a half-precision floating point format. |
Float32 | 4 | Indicates a single-precision floating point format. |