Click or drag to resize

StiImageUtilsReplaceImageColor Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.ReplaceImageColor(System.Drawing.Bitmap,System.Drawing.Color,System.Drawing.Color)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Bitmap ReplaceImageColor(
	Bitmap bmp,
	Color colorForReplace,
	Color replacedColor
)

Parameters

bmp
Type: System.DrawingBitmap

[Missing <param name="bmp"/> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.ReplaceImageColor(System.Drawing.Bitmap,System.Drawing.Color,System.Drawing.Color)"]

colorForReplace
Type: System.DrawingColor

[Missing <param name="colorForReplace"/> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.ReplaceImageColor(System.Drawing.Bitmap,System.Drawing.Color,System.Drawing.Color)"]

replacedColor
Type: System.DrawingColor

[Missing <param name="replacedColor"/> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.ReplaceImageColor(System.Drawing.Bitmap,System.Drawing.Color,System.Drawing.Color)"]

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.ReplaceImageColor(System.Drawing.Bitmap,System.Drawing.Color,System.Drawing.Color)"]

See Also