C# 클래스 gView.GraphicsEngine.Filters.Helper

파일 보기 프로젝트 열기: jugstalt/gview5

공개 메소드들

메소드 설명
CreateGrayscaleImage ( int width, int height ) : IBitmap
GetPixelFormatSize ( PixelFormat pixfmt ) : int
SetGrayscalePalette ( IBitmap image ) : void

메소드 상세

CreateGrayscaleImage() 공개 정적인 메소드

public static CreateGrayscaleImage ( int width, int height ) : IBitmap
width int
height int
리턴 IBitmap

GetPixelFormatSize() 공개 정적인 메소드

public static GetPixelFormatSize ( PixelFormat pixfmt ) : int
pixfmt PixelFormat
리턴 int

SetGrayscalePalette() 공개 정적인 메소드

public static SetGrayscalePalette ( IBitmap image ) : void
image IBitmap
리턴 void