C# Class FSpot.Histogram

Afficher le fichier Open project: mono/f-spot Class Usage Examples

Méthodes publiques

Méthode Description
Generate ( Gdk input ) : Gdk.Pixbuf
Generate ( Gdk input, int max_width ) : Gdk.Pixbuf
GetHighLow ( int channel, int &high, int &low ) : void
Histogram ( ) : System
Histogram ( Gdk src ) : System
Main ( string args ) : void

Private Methods

Méthode Description
ChannelSum ( int channel ) : int
Draw ( Gdk image ) : void
FillValues ( Gdk src ) : void

Method Details

Generate() public méthode

public Generate ( Gdk input ) : Gdk.Pixbuf
input Gdk
Résultat Gdk.Pixbuf

Generate() public méthode

public Generate ( Gdk input, int max_width ) : Gdk.Pixbuf
input Gdk
max_width int
Résultat Gdk.Pixbuf

GetHighLow() public méthode

public GetHighLow ( int channel, int &high, int &low ) : void
channel int
high int
low int
Résultat void

Histogram() public méthode

public Histogram ( ) : System
Résultat System

Histogram() public méthode

public Histogram ( Gdk src ) : System
src Gdk
Résultat System

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void