Свойство | Тип | Описание | |
---|---|---|---|
addon1 | bool | ||
addon2 | bool | ||
colors | int[] | ||
facing | Facing | ||
gender | Gender | ||
mount | int | ||
outfit | int |
Метод | Описание | |
---|---|---|
FromString ( string str ) : void |
Modify the current outfit based on the specified string; this is either a tibia.wikia outfiter URL or just the GET parameters of one.
|
|
GetImage ( ) : Image |
Get the image of the current outfit
|
|
Rotate ( int offset ) : void | ||
SwitchMount ( int offset ) : void | ||
SwitchOutfit ( int offset ) : void | ||
ToString ( ) : string |
Convert the Outfit to a string, this is the same format as the GET used by the tibia.wikia outfiter
|
|
Validate ( ) : void |
Метод | Описание | |
---|---|---|
BlendPixels ( |
Blends the specified colors onto "main", according to the blend pattern specified by "blend" Blend contains either (255,255,0) for colors[0]; (255,0,0) for colors [1]; (0,255,0) for colors[2]; (0,0,255) for colors[3]; or Transparent for nothing
|
|
GetAddon ( int i ) : bool | ||
GetRegion ( |
Get a 64x64 rectangle from the input image at the specified (x,y) indexes (i.e. actual coordinates used are x * 64, y * 64)
|
|
MergePixels ( |
Overlay the top image over the bottom image, always returns a new bitmap
|