See Also Examples Applies To
Performs colorization effect into the native GdPicture image or into an area of the native GdPicture image defined by SetROI().
Syntax
object.FxColorize (nHue, nSaturation, nLuminosity)
The FxColorize syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nHue | Optional. Single. Default value is 0. Hue [0 - 100]. |
| nSaturation | Optional. Single. Default value is 50. Saturation [0 - 100]. |
| nLuminosity | Optional. Single [0 - 100]. Default value is 100. Luminosity [0 - 100]. |
Returns
Long. GdPictureStatus
Category
Effects and Filters