Freigeben über


IDCompositionColorMatrixEffect::SetMatrixElement(int,int,IDCompositionAnimation*)-Methode (dcomp.h)

Legt ein Element der Farbmatrix fest.

Syntax

HRESULT SetMatrixElement(
  [in] int                    row,
  [in] int                    column,
  [in] IDCompositionAnimation *animation
);

Parameter

[in] row

Typ: int

Die Zeile des Elements.

[in] column

Typ: int

Die Spalte des Elements.

[in] animation

Typ: IDCompositionAnimation*

Eine Animation, die darstellt, wie sich der Elementwert im Laufe der Zeit ändert. Dieser Parameter darf nicht NULL sein.

Rückgabewert

Typ: HRESULT

Wenn diese Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.

Anforderungen

Anforderung Wert
Zielplattform Windows
Kopfzeile dcomp.h
Bibliothek Dcomp.lib
DLL Dcomp.dll

Weitere Informationen

IDCompositionColorMatrixEffect