C# Class Indiefreaks.Xna.Rendering.PostProcess.GammaCorrectionPostProcessor

Inheritance: BaseRenderTargetPostProcessor
显示文件 Open project: Indiefreaks/igf

Public Methods

Method Description
ApplyPreferences ( ISystemPreferences preferences ) : void

Use to apply user quality and performance preferences to the resources managed by this object.

EndFrameRendering ( ) : void
GammaCorrectionPostProcessor ( ) : Indiefreaks.Xna.Rendering.PostProcess.Resources

Method Details

ApplyPreferences() public method

Use to apply user quality and performance preferences to the resources managed by this object.
public ApplyPreferences ( ISystemPreferences preferences ) : void
preferences ISystemPreferences
return void

EndFrameRendering() public method

public EndFrameRendering ( ) : void
return void

GammaCorrectionPostProcessor() public method

public GammaCorrectionPostProcessor ( ) : Indiefreaks.Xna.Rendering.PostProcess.Resources
return Indiefreaks.Xna.Rendering.PostProcess.Resources