C# Class winmaped2.Vsp8Tile

Show file Open project: Bananattack/verge3 Class Usage Examples

Public Properties

Property Type Description
Pixels byte[]
parent Vsp8

Protected Properties

Property Type Description
avg int

Public Methods

Method Description
Vsp8Tile ( Vsp8 Parent, byte data ) : System
doAvg ( ) : void

Method Details

Vsp8Tile() public method

public Vsp8Tile ( Vsp8 Parent, byte data ) : System
Parent Vsp8
data byte
return System

doAvg() public method

public doAvg ( ) : void
return void

Property Details

Pixels public property

public byte[] Pixels
return byte[]

avg protected property

protected int avg
return int

parent public property

public Vsp8,winmaped2 parent
return Vsp8