RasterImage.ReplaceColor
Contents
[
Hide
]ReplaceColor(Color, byte, Color)
Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges.
public void ReplaceColor(Color oldColor, byte oldColorDiff, Color newColor)
Parameter | Type | Description |
---|---|---|
oldColor | Color | Old color to be replaced. |
oldColorDiff | Byte | Allowed difference in old color to be able to widen replaced color tone. |
newColor | Color | New color to replace old color with. |
See Also
- struct Color
- class RasterImage
- namespace Aspose.Imaging
- assembly Aspose.Imaging
ReplaceColor(int, byte, int)
Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges.
public virtual void ReplaceColor(int oldColorArgb, byte oldColorDiff, int newColorArgb)
Parameter | Type | Description |
---|---|---|
oldColorArgb | Int32 | Old color ARGB value to be replaced. |
oldColorDiff | Byte | Allowed difference in old color to be able to widen replaced color tone. |
newColorArgb | Int32 | New color ARGB value to replace old color with. |
See Also
- class RasterImage
- namespace Aspose.Imaging
- assembly Aspose.Imaging