Click or drag to resize
Ab4d.SharpEngine logo

GammaCorrectionPostProcess Properties

The GammaCorrectionPostProcess type exposes the following members.

Properties
 NameDescription
Public propertyGamma Gamma value (2.2 by default). The value is used in the following formula: finalColor = float4(pow(color.rgb, 1.0 / Gamma), color.a)
Top
See Also