C# Class DroidExplorer.Core.IO.Rgb565

Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode 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 méthode

public static ToImage ( PixelFormat format, byte buffer ) : Image
format PixelFormat
buffer byte
Résultat Image

ToImage() public static méthode

public static ToImage ( PixelFormat format, byte data, int width, int height ) : Image
format PixelFormat
data byte
width int
height int
Résultat Image

ToImage() public static méthode

public static ToImage ( Stream stream ) : Image
stream Stream
Résultat Image

ToImage() public static méthode

public static ToImage ( String file ) : Image
file String
Résultat Image

ToImage() public static méthode

public static ToImage ( byte buffer ) : Image
buffer byte
Résultat Image

ToImage() public static méthode

public static ToImage ( byte data, int width, int height ) : Image
data byte
width int
height int
Résultat Image

ToRgb565() public static méthode

public static ToRgb565 ( this image, string file ) : bool
image this
file string
Résultat bool