Partager via


MÉTHODE IDCompositionLinearTransferEffect::SetAlphaSlope(IDCompositionAnimation*) (dcomp.h)

Définit la pente de la fonction linéaire pour le canal alpha.

Syntaxe

HRESULT SetAlphaSlope(
  [in] IDCompositionAnimation *animation
);

Paramètres

[in] animation

Type : IDCompositionAnimation*

Animation qui représente la façon dont la pente de la fonction linéaire pour le canal alpha change au fil du temps. Ce paramètre ne doit pas avoir la valeur 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

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

Voir aussi

IDCompositionLinearTransferEffect