- SetAlphaDisable
HRESULT SetAlphaDisable(BOOL alphaDisable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetAlphaTable
HRESULT SetAlphaTable(const(float)* tableValues, UINT count)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetAlphaTableValue
HRESULT SetAlphaTableValue(UINT index, float value)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetAlphaTableValue
HRESULT SetAlphaTableValue(UINT index, IDCompositionAnimation animation)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetBlueDisable
HRESULT SetBlueDisable(BOOL blueDisable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetBlueTable
HRESULT SetBlueTable(const(float)* tableValues, UINT count)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetBlueTableValue
HRESULT SetBlueTableValue(UINT index, float value)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetBlueTableValue
HRESULT SetBlueTableValue(UINT index, IDCompositionAnimation animation)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetClampOutput
HRESULT SetClampOutput(BOOL clampOutput)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetGreenDisable
HRESULT SetGreenDisable(BOOL greenDisable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetGreenTable
HRESULT SetGreenTable(const(float)* tableValues, UINT count)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetGreenTableValue
HRESULT SetGreenTableValue(UINT index, float value)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetGreenTableValue
HRESULT SetGreenTableValue(UINT index, IDCompositionAnimation animation)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetRedDisable
HRESULT SetRedDisable(BOOL redDisable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetRedTable
HRESULT SetRedTable(const(float)* tableValues, UINT count)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetRedTableValue
HRESULT SetRedTableValue(UINT index, float value)
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
- SetRedTableValue
HRESULT SetRedTableValue(UINT index, IDCompositionAnimation animation)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
An IDCompositionTableTransferEffect interface represents a Table transfer filter effect