C# Class Outliner.BitmapProcessing

Datei anzeigen Open project: Pjanssen/Outliner

Public Methods

Method Description
Brightness ( Bitmap b, Int32 brightness ) : void
Desaturate ( Bitmap b ) : void
Invert ( Bitmap b ) : void
Opacity ( Bitmap b, Int32 opacity ) : void

Method Details

Brightness() public static method

public static Brightness ( Bitmap b, Int32 brightness ) : void
b System.Drawing.Bitmap
brightness System.Int32
return void

Desaturate() public static method

public static Desaturate ( Bitmap b ) : void
b System.Drawing.Bitmap
return void

Invert() public static method

public static Invert ( Bitmap b ) : void
b System.Drawing.Bitmap
return void

Opacity() public static method

public static Opacity ( Bitmap b, Int32 opacity ) : void
b System.Drawing.Bitmap
opacity System.Int32
return void