ColorStandard 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.
public enum ColorStandard
type ColorStandard =
- Inheritance
-
ColorStandard
Fields
| Name | Value | Description |
|---|---|---|
| Bt709 | 1 | BT.709 color chromaticity coordinates with KR = 0.2126, KB = 0.0722. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Bt601Pal | 2 | BT.601 625 color chromaticity coordinates with KR = 0.299, KB = 0.114. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Bt601Ntsc | 4 | BT.601 525 color chromaticity coordinates with KR = 0.299, KB = 0.114. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Bt2020 | 6 | BT.2020 color chromaticity coordinates with KR = 0.2627, KB = 0.0593. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.