NVAPI Reference Documentation
NVIDIA
Release 361: January 27
2016

Data Fields
_NVVIOCOLORCONVERSION Struct Reference

#include <nvapi.h>

Data Fields

NvU32 version
float colorMatrix [3][3]
float colorOffset [3]
float colorScale [3]
NvU32 compositeSafe

Detailed Description

Colorspace conversion.


Field Documentation

Output[n] =.

Input[0] * colorMatrix[n][0] +.

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

compositeSafe constrains luminance range when using composite output

Structure version.


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


Copyright (c) 2007-2015 NVIDIA Corporation. All rights reserved.

NVIDIA