Location:
devvideoconstants.h
TRgbRange
Description
Defines the data value range used for RGB data. Used for determining the correct color space conversion factors.
ERgbRangeFull |
The RGB data uses the full 8-bit range of [0…255].
|
ERgbRange16to235 |
The RGB data uses the nominal range of [16…235]. Individual samples can still contain values beyond that range, the rest of
the 8-bit range is used for headroom and footroom.
|
|