Nvidia 4500 Computer Hardware User Manual


 
NVIDIA Corporation
Quadro FX 4500/5500 SDI User’s Guide – Version 2.0 65
C
HAPTER 5
API Control
{ //
NVFLOAT colorMatrix[3][3]; //
NVFLOAT colorOffset[3]; //
BOOL bCompositeSafe; // bCompositeSafe constrains luminance
range when using composite output
} colorConversion; //
union // Gamma correction:
{ // cbSize field in gammaRamp describes type
NVGAMMARAMP8 gammaRamp8; // Gamma ramp (8-bit index, 16-bit values)
NVGAMMARAMP10 gammaRamp10; // Gamma ramp (10-bit index, 16-bit values)
} gammaCorrection;
BOOL syncEnable; // Sync enable
(TRUE to use syncSource)
NVGVOSYNCSOURCE syncSource; // Sync source
NVGVOSYNCDELAY syncDelay; // Sync delay
NVGVOCOMPSYNCTYPE compositeSyncType; // Composite sync type
BOOL frameLockEnable; // Flag indicating whether framelock
was on/off
double fGammaValueR; // Red Gamma value within gamma
ranges. 0.5 - 6.0
double fGammaValueG; // Green Gamma value within gamma
ranges. 0.5 - 6.0
double fGammaValueB; // Blue Gamma value within gamma
ranges. 0.5 - 6.0
BOOL bPSFSignalFormat; // Indicates whether contained format
is PSF Signal format
BYTE reservedData[256]; // Indicates last stored SDI output
state TRUE-ON / FALSE-OFF
} NVGVOCONFIG_REV_0;