GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureImaging Class / SwapColor Method





In This Topic
SwapColor Method (GdPictureImaging)
In This Topic
Replaces one color by another on a GdPicture image or into an area of a GdPicture image defined by SetROI() method.
Overload List
OverloadDescription
Replaces one color by another on a GdPicture image or into an area of a GdPicture image defined by SetROI() method.  
Replaces one color by another on a GdPicture image or into an area of a GdPicture image defined by SetROI() method. This method takes a percentage threshold parameter regarding the color to replace. Ie: A threshold value of 90 means that all the color values which are within 90% of the color value to replace will be considered.  
Replaces one color by another on a GdPicture image or into an area of a GdPicture image defined by SetROI() method. This method takes a percentage threshold parameter regarding the color to replace. Ie: A threshold value of 90 means that all the color values which are within 90% of the color value to replace will be considered.  
See Also