IDCompositionTableTransferEffect.SetRedTableValue

Note: To set individual values, the table must have already been initialized / with a buffer of values of the appropriate size, or these calls will fail

  1. HRESULT SetRedTableValue(UINT index, float value)
    interface IDCompositionTableTransferEffect
    extern (Windows)
    HRESULT
    SetRedTableValue
    (
    UINT index
    ,
    float value
    )
  2. HRESULT SetRedTableValue(UINT index, IDCompositionAnimation animation)

Meta