C# Class Ultima.Hue

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode Description
ApplyTo ( Bitmap bmp, bool onlyHueGrayPixels ) : void

Applies Hue to Bitmap

Export ( string FileName ) : void
GetColor ( int index ) : Color
Hue ( int index ) : System
Hue ( int index, BinaryReader bin ) : System
Hue ( int index, HueDataMul mulstruct ) : System
Import ( string FileName ) : void

Method Details

ApplyTo() public méthode

Applies Hue to Bitmap
public ApplyTo ( Bitmap bmp, bool onlyHueGrayPixels ) : void
bmp System.Drawing.Bitmap
onlyHueGrayPixels bool
Résultat void

Export() public méthode

public Export ( string FileName ) : void
FileName string
Résultat void

GetColor() public méthode

public GetColor ( int index ) : Color
index int
Résultat System.Drawing.Color

Hue() public méthode

public Hue ( int index ) : System
index int
Résultat System

Hue() public méthode

public Hue ( int index, BinaryReader bin ) : System
index int
bin System.IO.BinaryReader
Résultat System

Hue() public méthode

public Hue ( int index, HueDataMul mulstruct ) : System
index int
mulstruct HueDataMul
Résultat System

Import() public méthode

public Import ( string FileName ) : void
FileName string
Résultat void