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
Overload | Description |
SwapColor(Int32,GdPictureColor,GdPictureColor) |
Replaces one color by another on a GdPicture image or into an area of a GdPicture image defined by
SetROI() method.
|
SwapColor(Int32,Int32,Int32,Single) |
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.
|
SwapColor(Int32,GdPictureColor,GdPictureColor,Single) |
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