C# Class gView.GraphicsEngine.Filters.Helper

Exibir arquivo Open project: jugstalt/gview5

Public Methods

Method Description
CreateGrayscaleImage ( int width, int height ) : IBitmap
GetPixelFormatSize ( PixelFormat pixfmt ) : int
SetGrayscalePalette ( IBitmap image ) : void

Method Details

CreateGrayscaleImage() public static method

public static CreateGrayscaleImage ( int width, int height ) : IBitmap
width int
height int
return IBitmap

GetPixelFormatSize() public static method

public static GetPixelFormatSize ( PixelFormat pixfmt ) : int
pixfmt PixelFormat
return int

SetGrayscalePalette() public static method

public static SetGrayscalePalette ( IBitmap image ) : void
image IBitmap
return void