C# Class Ultima.Hue

Exibir arquivo Open project: polserver/poltools Class Usage Examples

Public Methods

Method 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 method

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

Export() public method

public Export ( string FileName ) : void
FileName string
return void

GetColor() public method

public GetColor ( int index ) : Color
index int
return System.Drawing.Color

Hue() public method

public Hue ( int index ) : System
index int
return System

Hue() public method

public Hue ( int index, BinaryReader bin ) : System
index int
bin System.IO.BinaryReader
return System

Hue() public method

public Hue ( int index, HueDataMul mulstruct ) : System
index int
mulstruct HueDataMul
return System

Import() public method

public Import ( string FileName ) : void
FileName string
return void