C# 클래스 ScreenToGif.Encoding.Posterize

Posterize filter.
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
ExecuteFilter ( int step ) : Bitmap

Runs the process of Posterize.

Posterize ( Bitmap Image ) : System

Bitmap Constructor.

비공개 메소드들

메소드 설명
PosterizeCalculus ( Color original, double step ) : Color
PosterizeCalculus ( byte channel, double step ) : byte
Round ( double x ) : int

메소드 상세

ExecuteFilter() 공개 메소드

Runs the process of Posterize.
public ExecuteFilter ( int step ) : Bitmap
step int
리턴 System.Drawing.Bitmap

Posterize() 공개 메소드

Bitmap Constructor.
public Posterize ( Bitmap Image ) : System
Image System.Drawing.Bitmap The picture to be posterized.
리턴 System