See Also Examples Applies To
Replaces one color by another into the native image or into the area defined by FiltersToZone() method.
Syntax
object.SetSwapColorEffect (nARGBColorSrc, nARGBColorDst)
The SetSwapColorEffect syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nARGBColorSrc | Required. Long. Color to replace (as ARGB long value). |
| nARGBColorDst | Required. Long. Color of replacement (as ARGB long value). |
Returns
Remarks
The ImagingStatus constants are defined HERE
Category
Color Filters & Adjustments