Table of Contents

Method Replace

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Replace(RGBValue, RGBValue)

Replaces the color specified by (r1.R, r1.G, r1.B) by the color (r2.R, r2.G, r2.B).

public virtual void Replace(RGBValue r1, RGBValue r2)

Parameters

r1 RGBValue

RGB Color 1.

r2 RGBValue

RGB Color 2.