See Also Examples Applies To
Performs black & white effect into the native GdPicture image or into an area of the native GdPicture image defined by SetROI() function.
Syntax
object.FxBlackNWhite (nMode)
The FxBlackNWhite syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nMode |
Optional. Integer. Default value is 1. can be: 1: Nearest color algorithm. 2: Ordered Dither algorithm. 3: Burke algorithm. |
Returns
Long. GdPictureStatus
Category
Effects and Filters