C# Class PNGMask.Providers.ColorCrash

Inheritance: Graphical
Show file Open project: AlphaDelta/PNG-Mask

Public Methods

Method Description
ColorCrash ( PNG pngvector, bool find = true ) : System
ColorCrash ( Stream svector, bool find = true ) : System
ColorCrash ( byte bvector, bool find = true ) : System
ColorCrash ( string fvector, bool find = true ) : System
ExtractData ( ) : byte[]
ImprintData ( byte data ) : void

Private Methods

Method Description
IterateChannel ( int &temp, int &j ) : void

Method Details

ColorCrash() public method

public ColorCrash ( PNG pngvector, bool find = true ) : System
pngvector PNG
find bool
return System

ColorCrash() public method

public ColorCrash ( Stream svector, bool find = true ) : System
svector Stream
find bool
return System

ColorCrash() public method

public ColorCrash ( byte bvector, bool find = true ) : System
bvector byte
find bool
return System

ColorCrash() public method

public ColorCrash ( string fvector, bool find = true ) : System
fvector string
find bool
return System

ExtractData() public method

public ExtractData ( ) : byte[]
return byte[]

ImprintData() public method

public ImprintData ( byte data ) : void
data byte
return void