MÉTHODE IDCompositionLinearTransferEffect ::SetGreenYIntercept(IDCompositionAnimation*) (dcomp.h)
Définit l’intercepteur Y de la fonction linéaire pour le canal vert.
Syntaxe
HRESULT SetGreenYIntercept(
[in] IDCompositionAnimation *animation
);
Paramètres
[in] animation
Type : IDCompositionAnimation*
Animation qui représente la façon dont l’interception Y de la fonction linéaire pour le canal vert 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 |