Enum NVCVColorSpec

Enum Documentation

enum NVCVColorSpec

Color spec definitions. These color specs define how color information is to be interpreted. It is defined by several parameters:

These parameters together defines how the color representation maps to its corresponding absolute color in a chromacity diagram.

Values:

enumerator NVCV_COLOR_SPEC_UNDEFINED

No color spec defined. Used when color spec isn’t relevant or is not defined. The color spec may be inferred from the context. If this isn’t possible, the values for each color spec component defined below will be used.

enumerator NVCV_COLOR_SPEC_BT601

Color spec defining ITU-R BT.601 standard, limited range, with BT.709 chrominancies and transfer function.

enumerator NVCV_COLOR_SPEC_BT601_ER

Color spec defining ITU-R BT.601 standard, full range, with BT.709 chrominancies and transfer function.

enumerator NVCV_COLOR_SPEC_BT709

Color spec defining ITU-R BT.709 standard, limited range.

enumerator NVCV_COLOR_SPEC_BT709_ER

Color spec defining ITU-R BT.709 standard, full range.

enumerator NVCV_COLOR_SPEC_BT709_LINEAR

Color spec defining ITU-R BT.709 standard, limited range and linear transfer function.

enumerator NVCV_COLOR_SPEC_BT2020

Color spec defining ITU-R BT.2020 standard, limited range.

enumerator NVCV_COLOR_SPEC_BT2020_ER

Color spec defining ITU-R BT.2020 standard, full range.

enumerator NVCV_COLOR_SPEC_BT2020_LINEAR

Color spec defining ITU-R BT.2020 standard, limited range and linear transfer function.

enumerator NVCV_COLOR_SPEC_BT2020_PQ

Color spec defining ITU-R BT.2020 standard, limited range and perceptual quantizer transfer function.

enumerator NVCV_COLOR_SPEC_BT2020_PQ_ER

Color spec defining ITU-R BT.2020 standard, full range and perceptual quantizer transfer function.

enumerator NVCV_COLOR_SPEC_BT2020c

Color spec defining ITU-R BT.2020 standard for constant luminance, limited range.

enumerator NVCV_COLOR_SPEC_BT2020c_ER

Color spec defining ITU-R BT.2020 standard for constant luminance, full range.

enumerator NVCV_COLOR_SPEC_MPEG2_BT601

Color spec defining MPEG2 standard using ITU-R BT.601 encoding.

enumerator NVCV_COLOR_SPEC_MPEG2_BT709

Color spec defining MPEG2 standard using ITU-R BT.709 encoding.

enumerator NVCV_COLOR_SPEC_MPEG2_SMPTE240M

Color spec defining MPEG2 standard using SMPTE 240M encoding.

enumerator NVCV_COLOR_SPEC_sRGB

Color spec defining sRGB standard.

enumerator NVCV_COLOR_SPEC_sYCC

Color spec defining sYCC standard.

enumerator NVCV_COLOR_SPEC_SMPTE240M

Color spec defining SMPTE 240M standard, limited range.

enumerator NVCV_COLOR_SPEC_DISPLAYP3

Color spec defining Display P3 standard, with sRGB color transfer function.

enumerator NVCV_COLOR_SPEC_DISPLAYP3_LINEAR

Color spec defining Display P3 standard, with linear color transfer function.