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

Définit l’intercepteur Y de la fonction linéaire pour le canal bleu.

Syntaxe

HRESULT SetBlueYIntercept(
  [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 bleu 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

IDCompositionLinearTransferEffect