C# Class PNGMask.Providers.ColorCrash

Inheritance: Graphical
Afficher le fichier Open project: AlphaDelta/PNG-Mask

Méthodes publiques

Méthode 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

Méthode Description
IterateChannel ( int &temp, int &j ) : void

Method Details

ColorCrash() public méthode

public ColorCrash ( PNG pngvector, bool find = true ) : System
pngvector PNG
find bool
Résultat System

ColorCrash() public méthode

public ColorCrash ( Stream svector, bool find = true ) : System
svector Stream
find bool
Résultat System

ColorCrash() public méthode

public ColorCrash ( byte bvector, bool find = true ) : System
bvector byte
find bool
Résultat System

ColorCrash() public méthode

public ColorCrash ( string fvector, bool find = true ) : System
fvector string
find bool
Résultat System

ExtractData() public méthode

public ExtractData ( ) : byte[]
Résultat byte[]

ImprintData() public méthode

public ImprintData ( byte data ) : void
data byte
Résultat void