IDCompositionTableTransferEffect interface
The table transfer effect is used to map the color intensities of an image using a transfer function created from interpolating a list of values you provide.
Members
The IDCompositionTableTransferEffect interface inherits from IDCompositionFilterEffect. IDCompositionTableTransferEffect also has these types of members:
Methods
The IDCompositionTableTransferEffect interface has these methods.
| Method | Description |
|---|---|
| SetAlphaDisable |
Specifies whether to apply the transfer function to the Alpha channel. |
| SetAlphaTable |
Sets the list of values used to define the transfer function for the alpha channel. |
| SetAlphaTableValue | Overloaded. Sets a value in the alpha table. |
| SetBlueDisable |
Specifies whether to apply the transfer function to the blue channel. |
| SetBlueTable |
Sets the list of values used to define the transfer function for the blue channel. |
| SetBlueTableValue | Overloaded. Sets a value in the blue table. |
| SetClampOutput |
Specifies whether the effect clamps color values to between 0 and 1 before the effect passes the values to the next effect in the graph. |
| SetGreenDisable |
Specifies whether to apply the transfer function to the green channel. |
| SetGreenTable |
Sets the list of values used to define the transfer function for the green channel. |
| SetGreenTableValue | Overloaded. Sets a value in the green table. |
| SetRedDisable |
Specifies whether to apply the transfer function to the red channel. |
| SetRedTable |
Sets the list of values used to define the transfer function for the red channel. |
| SetRedTableValue | Overloaded. Sets a value in the red table. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also