C# Class PixelArtUpScaler.FastBitmap.PixelData

Afficher le fichier Open project: michaelrbk/pixelart-vectorizer

Méthodes publiques

Свойство Type Description
alpha byte
blue byte
green byte
red byte

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

alpha public_oe property

public byte alpha
Résultat byte

blue public_oe property

public byte blue
Résultat byte

green public_oe property

public byte green
Résultat byte

red public_oe property

public byte red
Résultat byte