Click or drag to resize

RemapperRemap Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

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

Remaps the specified source.

Namespace:  Furcadia.Drawing.Graphics
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public static Bitmap Remap(
	byte[] source,
	int width,
	int height,
	string colourcode,
	int highlight
)

Parameters

source
Type: SystemByte
The source.
width
Type: SystemInt32
The width.
height
Type: SystemInt32
The height.
colourcode
Type: SystemString
The colourcode.
highlight
Type: SystemInt32
The highlight.

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:Furcadia.Drawing.Graphics.Remapper.Remap(System.Byte[],System.Int32,System.Int32,System.String,System.Int32)"]

See Also