[]
In-place effect that converts an image to monochromatic gray.
public class GrayscaleEffect : BaseInplaceEffect
Public Class GrayscaleEffect
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(GrayscaleStandard) | Returns an instance of the GrayscaleEffect class. |