Method | 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 |
Method | Description | |
---|---|---|
ChannelSum ( int channel ) : int | ||
Draw ( Gdk image ) : void | ||
FillValues ( Gdk src ) : void |
public Generate ( Gdk input, int max_width ) : Gdk.Pixbuf | ||
input | Gdk | |
max_width | int | |
return | Gdk.Pixbuf |
public GetHighLow ( int channel, int &high, int &low ) : void | ||
channel | int | |
high | int | |
low | int | |
return | void |