[This is preliminary documentation and is subject to change.]
Contains methods for dying bitmaps in uo style.
Namespace:
MulLibAssembly: MulLib (in MulLib.dll) Version: 1.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public static class Dyes
Public NotInheritable Class Dyes
public ref class Dyes abstract sealed
Members
| All Members | Methods |
| Member | Description | |
|---|---|---|
| RecolorFull(HueEntry, Bitmap) |
Dyes whole bitmap. Non grey pixels are first converted to grey and then dyed.
| |
| RecolorPartial(HueEntry, Bitmap) |
Dyes bitmap gray pixels.
|