![]() |
NVAPI Reference Documentation
|
Release 396: April 5
|
#include <nvapi.h>
Data Fields | |
NvU32 | version |
float | colorMatrix [3][3] |
float | colorOffset [3] |
float | colorScale [3] |
NvU32 | compositeSafe |
Colorspace conversion.
float _NVVIOCOLORCONVERSION::colorMatrix[3][3] |
Output[n] =.
float _NVVIOCOLORCONVERSION::colorOffset[3] |
Input[0] * colorMatrix[n][0] +.
float _NVVIOCOLORCONVERSION::colorScale[3] |
Input[1] * colorMatrix[n][1] + Input[2] * colorMatrix[n][2] + OutputRange * colorOffset[n] where OutputRange is the standard magnitude of Output[n][n] and colorMatrix and colorOffset values are within the range -1.0 to +1.0
NvU32 _NVVIOCOLORCONVERSION::compositeSafe |
compositeSafe constrains luminance range when using composite output
NvU32 _NVVIOCOLORCONVERSION::version |
Structure version.