See Also Examples Applies To
Increase or decrease color components into the native GdPicture image or into an area of the native GdPicture image defined by SetROI() function.
Syntax
object.AdjustRGB (nRedAdjust, nGreenAdjust, nBlueAdjust)
The AdjustRGB syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nRedAdjust | Required. Long. Value to add to the red component [-255 ; 255]. |
| nGreenAdjust | Required. Long. Value to add to the green component [-255 ; 255]. |
| nBlueAdjust | Required. Long. Value to add to the blue component [-255 ; 255]. |
Returns
Long. GdPictureStatus
Category
Color Filters & Adjustments