Wgl.SetGammaTableI3D

Commands for WGL_I3D_gamma

  1. BOOL GetGammaTableParametersI3D(HDC hDC, int iAttribute, int* piValue)
  2. BOOL SetGammaTableParametersI3D(HDC hDC, int iAttribute, const(int)* piValue)
  3. BOOL GetGammaTableI3D(HDC hDC, int iEntries, USHORT* puRed, USHORT* puGreen, USHORT* puBlue)
  4. BOOL SetGammaTableI3D(HDC hDC, int iEntries, const(USHORT)* puRed, const(USHORT)* puGreen, const(USHORT)* puBlue)
    class Wgl
    const
    BOOL
    SetGammaTableI3D
    (
    HDC hDC
    ,,
    const(USHORT)* puRed
    ,
    const(USHORT)* puGreen
    ,
    const(USHORT)* puBlue
    )

Meta