IDCompositionColorMatrixEffect.SetMatrixElement

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

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

Meta