[]
In-place effect that applies gamma correction to the image.
public class GammaCorrectionEffect : BaseInplaceEffect
Public Class GammaCorrectionEffect
Inherits BaseInplaceEffect
Name | Description |
---|---|
Apply(GcBitmap) | Applies the effect to the specified GcBitmap. |
Apply(GcBitmap, int, int, int, int) | Applies the effect to a part of the specified GcBitmap. |
Get(float) | Returns an instance of the GammaCorrectionEffect class. |