You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
527B

  1. WGL_I3D_gamma
  2. http://www.opengl.org/registry/specs/I3D/wgl_gamma.txt
  3. WGL_I3D_gamma
  4. WGL_GAMMA_TABLE_SIZE_I3D 0x204E
  5. WGL_GAMMA_EXCLUDE_DESKTOP_I3D 0x204F
  6. BOOL wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT* puRed, USHORT *puGreen, USHORT *puBlue)
  7. BOOL wglGetGammaTableParametersI3D (HDC hDC, int iAttribute, int* piValue)
  8. BOOL wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT* puRed, const USHORT *puGreen, const USHORT *puBlue)
  9. BOOL wglSetGammaTableParametersI3D (HDC hDC, int iAttribute, const int* piValue)