See Also Examples Applies To
Increase or decrease color components into the native image or into the area defined by FiltersToZone() method.
Syntax
object.SetAdjustRGBEffect (nRedAdjust, nGreenAdjust, nBlueAdjust)
The SetAdjustRGBEffect 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
Remarks
The ImagingStatus constants are defined HERE
Category
Color Filters & Adjustments