|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
CICP color metadata (H.273 code points) to embed in an encoded image, e.g. the PNG cICP / sRGB chunk. Values are AVColorPrimaries / AVColorTransferCharacteristic / AVColorRange; -1 leaves a field unset. More...
#include <iimage.h>
Public Attributes | |
| int | primaries = -1 |
| int | transfer = -1 |
| int | range = -1 |
CICP color metadata (H.273 code points) to embed in an encoded image, e.g. the PNG cICP / sRGB chunk. Values are AVColorPrimaries / AVColorTransferCharacteristic / AVColorRange; -1 leaves a field unset.
| int ImageColorMetadata::primaries = -1 |
| int ImageColorMetadata::range = -1 |
| int ImageColorMetadata::transfer = -1 |