GodRayFilter Class |
Namespace: DigitalRune.Graphics.PostProcessing
The GodRayFilter type exposes the following members.
Name | Description | |
---|---|---|
GodRayFilter |
Initializes a new instance of the GodRayFilter class.
|
Name | Description | |
---|---|---|
Dispose |
Releases all resources used by an instance of the PostProcessor class.
(Inherited from PostProcessor.) | |
Dispose(Boolean) |
Releases the unmanaged resources used by an instance of the PostProcessor class
and optionally releases the managed resources.
(Inherited from PostProcessor.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnDisable |
Called when this post-processor is disabled.
(Inherited from PostProcessor.) | |
OnEnable |
Called when this post-processor is enabled.
(Inherited from PostProcessor.) | |
OnProcess |
Called when the post-processor should perform the post-processing.
(Overrides PostProcessorOnProcess(RenderContext).) | |
Process |
Performs the post-processing using the SourceTexture
and the RenderTarget specified in the render context.
(Inherited from PostProcessor.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Decay | Obsolete.
Gets or sets the decay factor.
| |
DefaultTargetFormat |
Gets or sets the default target format.
(This property is used by the PostProcessorChain).
(Inherited from PostProcessor.) | |
DownsampleFactor |
Gets or sets the downsample factor.
| |
Enabled |
Gets or sets a value indicating whether this post-processor is enabled.
(Inherited from PostProcessor.) | |
Exposure | Obsolete.
Gets or sets the exposure.
| |
GraphicsService |
Gets the graphics service.
(Inherited from PostProcessor.) | |
Intensity |
Gets or sets the intensity.
| |
IsDisposed |
Gets a value indicating whether this post-processor has been disposed of.
(Inherited from PostProcessor.) | |
LightDirection |
Gets or sets the light direction.
| |
LightRadius |
Gets or sets the light radius.
| |
Name |
Gets or sets the name of the post-processor.
(Inherited from PostProcessor.) | |
NumberOfPasses |
Gets or sets the number of blur passes.
| |
NumberOfSamples |
Gets or sets the number of samples.
| |
Scale |
Gets or sets the scale of the light shafts.
| |
Softness |
Gets or sets the softness.
| |
Weight | Obsolete.
Gets or sets the weight of samples along the light ray.
|