C# Class PixelArtUpScaler.FastBitmap

Afficher le fichier Open project: michaelrbk/pixelart-vectorizer Class Usage Examples

Méthodes publiques

Méthode Description
FastBitmap ( Bitmap inputBitmap ) : System
GetBitmap ( ) : Bitmap
GetPixel ( int x, int y ) : Color
GetPixelNext ( ) : Color
GetPixelPos ( int x, int y ) : Pixel
LockImage ( ) : void
SetPixel ( int x, int y, Color color ) : void
UnlockImage ( ) : void

Method Details

FastBitmap() public méthode

public FastBitmap ( Bitmap inputBitmap ) : System
inputBitmap System.Drawing.Bitmap
Résultat System

GetBitmap() public méthode

public GetBitmap ( ) : Bitmap
Résultat System.Drawing.Bitmap

GetPixel() public méthode

public GetPixel ( int x, int y ) : Color
x int
y int
Résultat Color

GetPixelNext() public méthode

public GetPixelNext ( ) : Color
Résultat Color

GetPixelPos() public méthode

public GetPixelPos ( int x, int y ) : Pixel
x int
y int
Résultat Pixel

LockImage() public méthode

public LockImage ( ) : void
Résultat void

SetPixel() public méthode

public SetPixel ( int x, int y, Color color ) : void
x int
y int
color Color
Résultat void

UnlockImage() public méthode

public UnlockImage ( ) : void
Résultat void