Click or drag to resize
DigitalRuneColorCorrectionFilter Properties

The ColorCorrectionFilter type exposes the following members.

Properties
  NameDescription
Public propertyDefaultTargetFormat
Gets or sets the default target format. (This property is used by the PostProcessorChain).
(Inherited from PostProcessor.)
Public propertyEnabled
Gets or sets a value indicating whether this post-processor is enabled.
(Inherited from PostProcessor.)
Public propertyGraphicsService
Gets the graphics service.
(Inherited from PostProcessor.)
Public propertyInterpolationParameter
Gets or sets the interpolation parameter for interpolating between the result of LookupTextureA and LookupTextureB.
Public propertyIsDisposed
Gets a value indicating whether this post-processor has been disposed of.
(Inherited from PostProcessor.)
Public propertyLookupTexture Obsolete.
Gets or sets the primary color lookup texture (a 3D texture). Same as LookupTextureA.
Public propertyLookupTextureA
Gets or sets the primary color lookup texture (a 3D texture).
Public propertyLookupTextureB
Gets or sets a secondary, optional color lookup texture (a 3D texture).
Public propertyName
Gets or sets the name of the post-processor.
(Inherited from PostProcessor.)
Public propertyStrength
Gets or sets the strength of the effect.
Top
See Also