Click or drag to resize
DigitalRuneColorCorrectionFilter Methods

The ColorCorrectionFilter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertLookupTexture
Converts a 2D lookup texture to a 3D lookup texture.
Public methodStatic memberCreateLookupTexture2D(GraphicsDevice)
Creates the default 2D lookup texture (no color transformations) with 16 entries per color channel.
Public methodStatic memberCreateLookupTexture2D(GraphicsDevice, Int32)
Creates the default 2D lookup texture (no color transformations) with the specified lookup table size.
Public methodDispose
Releases all resources used by an instance of the PostProcessor class.
(Inherited from PostProcessor.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by an instance of the PostProcessor class and optionally releases the managed resources.
(Overrides PostProcessorDispose(Boolean).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDisable
Called when this post-processor is disabled.
(Inherited from PostProcessor.)
Protected methodOnEnable
Called when this post-processor is enabled.
(Inherited from PostProcessor.)
Protected methodOnProcess
Called when the post-processor should perform the post-processing.
(Overrides PostProcessorOnProcess(RenderContext).)
Public methodProcess
Performs the post-processing using the SourceTexture and the RenderTarget specified in the render context.
(Inherited from PostProcessor.)
Public methodSetLookupTexture Obsolete.
Sets the 3D lookup texture (LookupTextureA). (Overwrites the existing 3D lookup texture.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also