Class PostBleachShader
- Namespace
- OmegaEngine.Graphics.Shaders
- Assembly
- OmegaEngine.dll
A post-screen shader that bleaches out the colors.
public class PostBleachShader : PostShader, IDisposable
- Inheritance
-
PostBleachShader
- Implements
- Inherited Members
- Extension Methods
Properties
MinShaderModel
The minimum shader model version required to use this shader
public static Version MinShaderModel { get; }
Property Value
Opacity
How strong the bleaching effect should be - values between 0 and 1
public float Opacity { get; set; }
Property Value
Methods
OnEngineSet()
Hook that is called when Engine is set for the first time.
protected override void OnEngineSet()