C# Класс Tibialyzer.OutfiterOutfit

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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 ( Bitmap main, Bitmap blend, int colors ) : Bitmap

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 ( Bitmap source, int x, int y ) : Bitmap

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 ( Bitmap bottom, Bitmap top ) : Bitmap

Overlay the top image over the bottom image, always returns a new bitmap

Описание методов

FromString() публичный Метод

Modify the current outfit based on the specified string; this is either a tibia.wikia outfiter URL or just the GET parameters of one.
public FromString ( string str ) : void
str string
Результат void

GetImage() публичный Метод

Get the image of the current outfit
public GetImage ( ) : Image
Результат Image

Rotate() публичный Метод

public Rotate ( int offset ) : void
offset int
Результат void

SwitchMount() публичный Метод

public SwitchMount ( int offset ) : void
offset int
Результат void

SwitchOutfit() публичный Метод

public SwitchOutfit ( int offset ) : void
offset int
Результат void

ToString() публичный Метод

Convert the Outfit to a string, this is the same format as the GET used by the tibia.wikia outfiter
public ToString ( ) : string
Результат string

Validate() публичный Метод

public Validate ( ) : void
Результат void

Описание свойств

addon1 публичное свойство

public bool addon1
Результат bool

addon2 публичное свойство

public bool addon2
Результат bool

colors публичное свойство

public int[] colors
Результат int[]

facing публичное свойство

public Facing facing
Результат Facing

gender публичное свойство

public Gender gender
Результат Gender

mount публичное свойство

public int mount
Результат int

outfit публичное свойство

public int outfit
Результат int