vg_lite_gamma_conversion_t enumeration

Specifies the gamma conversion mode (from Sept 2022)

Used in function: vg_lite_set_gamma.

vg_lite_gamma_conversion_t string value

Description

VG_LITE_GAMMA_NO_CONVERSION

Leave the color as it is.

VG_LITE_GAMMA_LINEAR

Convert from sRGB to linear.

VG_LITE_GAMMA_NON_LINEAR

Convert from linear to sRGB space.

Parent topic:Pixel buffer enumerations