RemapperRemap Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Furcadia.Drawing.Graphics.Remapper.Remap(System.Byte[],System.Int32,System.Int32,System.String,System.Int32)"]
Namespace: Furcadia.Drawing.Graphics
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
public static Bitmap Remap( byte[] source, int width, int height, string colourcode, int highlight )
Public Shared Function Remap ( source As Byte(), width As Integer, height As Integer, colourcode As String, highlight As Integer ) As Bitmap Dim source As Byte() Dim width As Integer Dim height As Integer Dim colourcode As String Dim highlight As Integer Dim returnValue As Bitmap returnValue = Remapper.Remap(source, width, height, colourcode, highlight)
public: static Bitmap^ Remap( array<unsigned char>^ source, int width, int height, String^ colourcode, int highlight )
static member Remap : source : byte[] * width : int * height : int * colourcode : string * highlight : int -> Bitmap
Parameters
- source
- Type: SystemByte
[Missing <param name="source"/> documentation for "M:Furcadia.Drawing.Graphics.Remapper.Remap(System.Byte[],System.Int32,System.Int32,System.String,System.Int32)"]
- width
- Type: SystemInt32
[Missing <param name="width"/> documentation for "M:Furcadia.Drawing.Graphics.Remapper.Remap(System.Byte[],System.Int32,System.Int32,System.String,System.Int32)"]
- height
- Type: SystemInt32
[Missing <param name="height"/> documentation for "M:Furcadia.Drawing.Graphics.Remapper.Remap(System.Byte[],System.Int32,System.Int32,System.String,System.Int32)"]
- colourcode
- Type: SystemString
[Missing <param name="colourcode"/> documentation for "M:Furcadia.Drawing.Graphics.Remapper.Remap(System.Byte[],System.Int32,System.Int32,System.String,System.Int32)"]
- highlight
- Type: SystemInt32
[Missing <param name="highlight"/> documentation for "M:Furcadia.Drawing.Graphics.Remapper.Remap(System.Byte[],System.Int32,System.Int32,System.String,System.Int32)"]
Return Value
Type: Bitmap[Missing <returns> documentation for "M:Furcadia.Drawing.Graphics.Remapper.Remap(System.Byte[],System.Int32,System.Int32,System.String,System.Int32)"]