CMPixelFormat 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 pixel formats.
public enum CMPixelFormat
type CMPixelFormat =
- Inheritance
-
CMPixelFormat
Fields
Name | Value | Description |
---|---|---|
BigEndian555_16bits | 16 | |
RedGreenBlue24bits | 24 | |
AlphaRedGreenBlue32bits | 32 | |
IndexedGrayWhiteIsZero_8bits | 40 | |
YpCbCr422_8bits | 846624121 | |
LittleEndian5551_16bits | 892679473 | |
BigEndian565_16bits | 1110783541 | |
BlueGreenRedAlpha32bits | 1111970369 | |
LittleEndian555_16bits | 1278555445 | |
LittleEndian565_16bits | 1278555701 | |
YpCbCr422_10bits | 1983000880 | |
YpCbCr422_16bits | 1983000886 | |
YpCbCr444_8bits | 1983066168 | |
YpCbCrA4444_8bits | 1983131704 | |
YpCbCr444_10bits | 1983131952 | |
YpCbCr422yuvs_8bits | 2037741171 |