PsdImage.ReplaceColor

PsdImage.ReplaceColor method

Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges.

public override void ReplaceColor(int oldColorArgb, byte oldColorDiff, int newColorArgb)
ParameterTypeDescription
oldColorArgbInt32Old color ARGB value to be replaced.
oldColorDiffByteAllowed difference in old color to be able to widen replaced color tone.
newColorArgbInt32New color ARGB value to replace old color with.

See Also