Enum NVCVColorTransferFunction

Enum Documentation

enum NVCVColorTransferFunction

Defines the color transfer function in a particular NVCVColorSpec.

Values:

enumerator NVCV_COLOR_XFER_LINEAR

Linear color transfer function.

enumerator NVCV_COLOR_XFER_sRGB

Color transfer function specified by sRGB standard.

enumerator NVCV_COLOR_XFER_sYCC

Color transfer function specified by sYCC standard.

enumerator NVCV_COLOR_XFER_PQ

Perceptual quantizer color transfer function.

enumerator NVCV_COLOR_XFER_BT709

Color transfer function specified by ITU-R BT.709 standard.

enumerator NVCV_COLOR_XFER_BT2020

Color transfer function specified by ITU-R BT.2020 standard.

enumerator NVCV_COLOR_XFER_SMPTE240M

Color transfer function specified by SMPTE 240M standard.