Partager via


MÉTHODE IDCompositionArithmeticCompositeEffect ::SetCoefficient3(IDCompositionAnimation*) (dcomp.h)

Définit le troisième coefficient de l’équation utilisée pour composer les deux images d’entrée.

Syntaxe

HRESULT SetCoefficient3(
  [in] IDCompositionAnimation *animation
);

Paramètres

[in] animation

Type : IDCompositionAnimation*

Animation qui représente la façon dont la valeur du troisième coefficient 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

IDCompositionArithmeticCompositeEffect