IDCompositionLinearTransferEffect interface (dcomp.h)
The linear transfer effect is used to map the color intensities of an image using a linear function created from a list of values you provide for each channel.
Inheritance
The IDCompositionLinearTransferEffect interface inherits from IDCompositionFilterEffect. IDCompositionLinearTransferEffect also has these types of members:
Methods
The IDCompositionLinearTransferEffect interface has these methods.
IDCompositionLinearTransferEffect::SetAlphaDisable Specifies whether to apply the transfer function to the alpha channel. |
IDCompositionLinearTransferEffect::SetAlphaSlope The IDCompositionLinearTransferEffect::SetAlphaSlope method sets the slope of the linear function for the alpha channel. |
IDCompositionLinearTransferEffect::SetAlphaSlope The IDCompositionLinearTransferEffect::SetAlphaSlope(IDCompositionAnimation) method sets the slope of the linear function for the alpha channel. |
IDCompositionLinearTransferEffect::SetAlphaYIntercept Sets the Y-intercept of the linear function for the alpha channel. |
IDCompositionLinearTransferEffect::SetAlphaYIntercept Sets the Y-intercept of the linear function for the Alpha channel. |
IDCompositionLinearTransferEffect::SetBlueDisable The IDCompositionLinearTransferEffect::SetBlueDisable method specifies whether to apply the transfer function to the blue channel. |
IDCompositionLinearTransferEffect::SetBlueSlope The IDCompositionLinearTransferEffect::SetBlueSlope method sets the slope of the linear function for the blue channel. |
IDCompositionLinearTransferEffect::SetBlueSlope The IDCompositionLinearTransferEffect::SetBlueSlope(IDCompositionAnimation) method sets the slope of the linear function for the blue channel. |
IDCompositionLinearTransferEffect::SetBlueYIntercept The IDCompositionLinearTransferEffect::SetBlueYIntercept method sets the Y-intercept of the linear function for the blue channel. |
IDCompositionLinearTransferEffect::SetBlueYIntercept The IDCompositionLinearTransferEffect::SetBlueYIntercept(IDCompositionAnimation) method sets the Y-intercept of the linear function for the blue channel. |
IDCompositionLinearTransferEffect::SetClampOutput The IDCompositionLinearTransferEffect::SetClampOutput method 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. |
IDCompositionLinearTransferEffect::SetGreenDisable The IDCompositionLinearTransferEffect::SetGreenDisable method specifies whether to apply the transfer function to the green channel. |
IDCompositionLinearTransferEffect::SetGreenSlope The IDCompositionLinearTransferEffect::SetGreenSlope method sets the slope of the linear function for the green channel. |
IDCompositionLinearTransferEffect::SetGreenSlope The IDCompositionLinearTransferEffect::SetGreenSlope(IDCompositionAnimation) method sets the slope of the linear function for the green channel. |
IDCompositionLinearTransferEffect::SetGreenYIntercept The IDCompositionLinearTransferEffect::SetGreenYIntercept method sets the Y-intercept of the linear function for the green channel. |
IDCompositionLinearTransferEffect::SetGreenYIntercept Sets the Y-intercept of the linear function for the green channel. |
IDCompositionLinearTransferEffect::SetRedDisable Specifies whether to apply the transfer function to the red channel. (IDCompositionLinearTransferEffect.SetRedDisable) |
IDCompositionLinearTransferEffect::SetRedSlope Sets the slope of the linear function for the red channel. (overload 2/2) |
IDCompositionLinearTransferEffect::SetRedSlope Sets the slope of the linear function for the red channel. (overload 1/2) |
IDCompositionLinearTransferEffect::SetRedYIntercept Sets the Y-intercept of the linear function for the red channel. (overload 1/2) |
IDCompositionLinearTransferEffect::SetRedYIntercept Sets the Y-intercept of the linear function for the red channel. (overload 2/2) |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dcomp.h |