IDCompositionColorMatrixEffect.SetMatrixElement

Animates a single element of the matrix of this color transform.

  1. HRESULT SetMatrixElement(int row, int column, float value)
  2. HRESULT SetMatrixElement(int row, int column, IDCompositionAnimation animation)
    interface IDCompositionColorMatrixEffect
    extern (Windows)
    HRESULT
    SetMatrixElement
    (
    int row
    ,
    int column
    ,
    IDCompositionAnimation animation
    )

Meta