Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ImageColorMetadata Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ primaries

int ImageColorMetadata::primaries = -1

◆ range

int ImageColorMetadata::range = -1

◆ transfer

int ImageColorMetadata::transfer = -1

The documentation for this struct was generated from the following file: