HP NVIDIA Quadro 6000, 6GB User's Guide Page 68

  • Download
  • Add to my manuals
  • Print
  • Page
    / 96
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 67
Quadro 4000/5000/6000 SDI DU-05337-001_v01
|
64
Chapter 05 : API Control
WORD wGreen[256]; // Green channel gamma ramp
(8-bit index, 16-bit values)
WORD wBlue[256]; // Blue channel gamma ramp
(8-bit index, 16-bit values)
} NVGAMMARAMP8;
Gamma Ramp (10-bit Index) Structure
typedef struct NVGAMMARAMP10
{
WORD cbSize; // Caller sets to
sizeof(NVGAMMARAMP10)
WORD wRed[1024]; // Red channel gamma ramp
(10-bit index, 16-bit values)
WORD wGreen[1024]; // Green channel gamma ramp
(10-bit index, 16-bit values)
WORD wBlue[1024]; // Blue channel gamma ramp
(10-bit index, 16-bit values)
} NVGAMMARAMP10;
Sync Delay Structure
typedef struct tagNVGVOSYNCDELAY
{
WORD wHorizontalDelay; // Horizontal delay in pixels
WORD wVerticalDelay; // Vertical delay in lines
} NVGVOSYNCDELAY;
Video Mode Information Structure
typedef struct NVVIDEOMODE
{
DWORD dwHorizontalPixels; // Horizontal resolution (in
pixels)
DWORD dwVerticalLines; // Vertical resolution for frame (in
lines)
Page view 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 95 96

Comments to this Manuals

No comments