Partager via


Méthode IDirect3DDevice9::GetGammaRamp (d3d9helper.h)

Récupère la rampe de correction gamma pour la chaîne d’échange.

Syntaxe

void GetGammaRamp(
  [in]      UINT         iSwapChain,
  [in, out] D3DGAMMARAMP *pRamp
);

Paramètres

[in] iSwapChain

Type : UINT

Entier non signé spécifiant la chaîne d’échange.

[in, out] pRamp

Type : D3DGAMMARAMP*

Pointeur vers une structure D3DGAMMARAMP fournie par l’application à remplir avec la rampe de correction gamma.

Valeur de retour

None

Spécifications

   
Plateforme cible Windows
En-tête d3d9helper.h (incluez D3D9.h)
Bibliothèque D3D9.lib

Voir aussi

IDirect3DDevice9

IDirect3DDevice9::SetGammaRamp

IDirect3DSwapChain9