Developer_release_1.4.0
Enum mint.enums.mint_color_encoding_type
Type of color encoding.
Properties
0 | (string) [0] = "COLOR_ENC_UNKNOWN" |
1 | (string) [1] = "COLOR_ENC_RGB" |
2 | (string) [2] = "COLOR_ENC_YCBCR" |
COLOR_ENC_RGB | (integer) COLOR_ENC_RGB = 1 |
COLOR_ENC_UNKNOWN | (integer) COLOR_ENC_UNKNOWN = 0 |
COLOR_ENC_YCBCR | (integer) COLOR_ENC_YCBCR = 2 |