C# Class ScreenToGif.Encoding.Posterize

Posterize filter.
Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Méthode Description
ExecuteFilter ( int step ) : Bitmap

Runs the process of Posterize.

Posterize ( Bitmap Image ) : System

Bitmap Constructor.

Private Methods

Méthode Description
PosterizeCalculus ( Color original, double step ) : Color
PosterizeCalculus ( byte channel, double step ) : byte
Round ( double x ) : int

Method Details

ExecuteFilter() public méthode

Runs the process of Posterize.
public ExecuteFilter ( int step ) : Bitmap
step int
Résultat System.Drawing.Bitmap

Posterize() public méthode

Bitmap Constructor.
public Posterize ( Bitmap Image ) : System
Image System.Drawing.Bitmap The picture to be posterized.
Résultat System