Freigeben über


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

Legt ein Element der Farbmatrix fest.

Syntax

HRESULT SetMatrixElement(
  [in] int   row,
  [in] int   column,
  [in] float value
);

Parameter

[in] row

Typ: int

Die Zeile des Elements.

[in] column

Typ: int

Die Spalte des Elements.

[in] value

Typ: float

Der neue Wert des Elements.

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