[This is preliminary documentation and is subject to change.]

Dyes whole bitmap. Non grey pixels are first converted to grey and then dyed.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void RecolorFull(
	HueEntry hue,
	Bitmap bitmap
)
Public Shared Sub RecolorFull ( _
	hue As HueEntry, _
	bitmap As Bitmap _
)
public:
static void RecolorFull(
	HueEntry^ hue, 
	Bitmap^ bitmap
)

Parameters

hue
HueEntry
Colors spectrum that will be used.
bitmap
Bitmap
Bitmap that will be edited.

See Also