C# Class NSMBe4.ImageIndexer.MultiColor

Mostra file Open project: Dirbaio/NSMB-Editor

Public Properties

Property Type Description
data byte[]
deleteFlag bool
transp bool[]

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MultiColor ( int count ) : System
allTransparent ( ) : bool
calcHash ( ) : void
diff ( MultiColor b ) : float
getColor ( int i ) : Color
merge ( MultiColor b ) : void
setColor ( int i, Color c ) : void
someTransparent ( ) : bool

Private Methods

Method Description
removeAllTransparent ( ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MultiColor() public method

public MultiColor ( int count ) : System
count int
return System

allTransparent() public method

public allTransparent ( ) : bool
return bool

calcHash() public method

public calcHash ( ) : void
return void

diff() public method

public diff ( MultiColor b ) : float
b MultiColor
return float

getColor() public method

public getColor ( int i ) : Color
i int
return Color

merge() public method

public merge ( MultiColor b ) : void
b MultiColor
return void

setColor() public method

public setColor ( int i, Color c ) : void
i int
c Color
return void

someTransparent() public method

public someTransparent ( ) : bool
return bool

Property Details

data public_oe property

public byte[] data
return byte[]

deleteFlag public_oe property

public bool deleteFlag
return bool

transp public_oe property

public bool[] transp
return bool[]