ColorCorrectionFilterInterpolationParameter Property |
Namespace: DigitalRune.Graphics.PostProcessing
If this LookupTextureB is not , then the filter interpolates the color correction result of LookupTextureA and LookupTextureB. InterpolationParameter defines the interpolation weight: Set InterpolationParameter to 0 to use only LookupTextureA. Set InterpolationParameter to 1 to use only LookupTextureB. Use a value in the range ]0, 1[ to apply both lookup textures and interpolate the results.
If only one of the lookup textures is set, then this lookup texture is applied and InterpolationParameter is ignored.
LookupTextureA and LookupTextureB must have the same size.