C# 클래스 Outliner.BitmapProcessing

파일 보기 프로젝트 열기: Pjanssen/Outliner

공개 메소드들

메소드 설명
Brightness ( Bitmap b, Int32 brightness ) : void
Desaturate ( Bitmap b ) : void
Invert ( Bitmap b ) : void
Opacity ( Bitmap b, Int32 opacity ) : void

메소드 상세

Brightness() 공개 정적인 메소드

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

Desaturate() 공개 정적인 메소드

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

Invert() 공개 정적인 메소드

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

Opacity() 공개 정적인 메소드

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