Partager via


MÉTHODE IDCompositionBrightnessEffect ::SetBlackPointY(IDCompositionAnimation*) (dcomp.h)

Définit la valeur y du point noir.

Syntaxe

HRESULT SetBlackPointY(
  [in] IDCompositionAnimation *animation
);

Paramètres

[in] animation

Type : IDCompositionAnimation*

Animation qui représente la façon dont la valeur y du point noir change au fil du temps. Ce paramètre ne doit pas être NULL.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Plateforme cible Windows
En-tête dcomp.h
Bibliothèque Dcomp.lib
DLL Dcomp.dll

Voir aussi

IDCompositionBrightnessEffect