class ColorSpace
Defined at line 11 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h
Enumerations
enum class RangeID : uint8_t
| Name | Value | Comments |
|---|---|---|
| INVALID | 0 | -- |
| LIMITED | 1 |
Limited Rec. 709 color range with RGB values ranging from 16 to 235. |
| FULL | 2 |
Full RGB color range with RGB valees from 0 to 255. |
| DERIVED | 3 |
Range is defined by TransferID/MatrixID. |
| kMaxValue | DERIVED |
Range is defined by TransferID/MatrixID. |
Defined at line 13 of file ../../src/media/third_party/chromium_media/media/base/video_color_space.h