C# Class DroidExplorer.Core.IO.Rgb565

ファイルを表示 Open project: camalot/droidexplorer

Public Methods

Method Description
ToImage ( PixelFormat format, byte buffer ) : Image
ToImage ( PixelFormat format, byte data, int width, int height ) : Image
ToImage ( Stream stream ) : Image
ToImage ( String file ) : Image
ToImage ( byte buffer ) : Image
ToImage ( byte data, int width, int height ) : Image
ToRgb565 ( this image, string file ) : bool

Method Details

ToImage() public static method

public static ToImage ( PixelFormat format, byte buffer ) : Image
format PixelFormat
buffer byte
return Image

ToImage() public static method

public static ToImage ( PixelFormat format, byte data, int width, int height ) : Image
format PixelFormat
data byte
width int
height int
return Image

ToImage() public static method

public static ToImage ( Stream stream ) : Image
stream Stream
return Image

ToImage() public static method

public static ToImage ( String file ) : Image
file String
return Image

ToImage() public static method

public static ToImage ( byte buffer ) : Image
buffer byte
return Image

ToImage() public static method

public static ToImage ( byte data, int width, int height ) : Image
data byte
width int
height int
return Image

ToRgb565() public static method

public static ToRgb565 ( this image, string file ) : bool
image this
file string
return bool