IDCompositionTableTransferEffect interface (dcomp.h)

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.

Inheritance

The IDCompositionTableTransferEffect interface inherits from IDCompositionFilterEffect. IDCompositionTableTransferEffect also has these types of members:

Methods

The IDCompositionTableTransferEffect interface has these methods.

 
IDCompositionTableTransferEffect::SetAlphaDisable

Specifies whether to apply the transfer function to the Alpha channel.
IDCompositionTableTransferEffect::SetAlphaTable

Sets the list of values used to define the transfer function for the alpha channel.
IDCompositionTableTransferEffect::SetAlphaTableValue

Sets a value in the alpha table. (overload 1/2)
IDCompositionTableTransferEffect::SetAlphaTableValue

Sets a value in the alpha table. (overload 2/2)
IDCompositionTableTransferEffect::SetBlueDisable

Specifies whether to apply the transfer function to the blue channel.
IDCompositionTableTransferEffect::SetBlueTable

Sets the list of values used to define the transfer function for the blue channel.
IDCompositionTableTransferEffect::SetBlueTableValue

Sets a value in the blue table. (overload 2/2)
IDCompositionTableTransferEffect::SetBlueTableValue

Sets a value in the blue table. (overload 1/2)
IDCompositionTableTransferEffect::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.
IDCompositionTableTransferEffect::SetGreenDisable

Specifies whether to apply the transfer function to the green channel.
IDCompositionTableTransferEffect::SetGreenTable

Sets the list of values used to define the transfer function for the green channel.
IDCompositionTableTransferEffect::SetGreenTableValue

Sets a value in the green table. (overload 2/2)
IDCompositionTableTransferEffect::SetGreenTableValue

Sets a value in the green table. (overload 1/2)
IDCompositionTableTransferEffect::SetRedDisable

Specifies whether to apply the transfer function to the red channel. (IDCompositionTableTransferEffect.SetRedDisable)
IDCompositionTableTransferEffect::SetRedTable

Sets the list of values used to define the transfer function for the red channel.
IDCompositionTableTransferEffect::SetRedTableValue

Sets a value in the red table. (overload 1/2)
IDCompositionTableTransferEffect::SetRedTableValue

Sets a value in the red table. (overload 2/2)

Requirements

Requirement Value
Target Platform Windows
Header dcomp.h

See also

IDCompositionFilterEffect