ReplaceNonTransparentColors

RasterCachedMultipageImage.ReplaceNonTransparentColors method

Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one.

public override void ReplaceNonTransparentColors(int newColorArgb)
ParameterTypeDescription
newColorArgbInt32New color ARGB value to replace non transparent colors with.

See Also