C# Class PixelArtUpScaler.FastBitmap.PixelData

Mostrar archivo Open project: michaelrbk/pixelart-vectorizer

Public Properties

Property Type Description
alpha byte
blue byte
green byte
red byte

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

alpha public_oe property

public byte alpha
return byte

blue public_oe property

public byte blue
return byte

green public_oe property

public byte green
return byte

red public_oe property

public byte red
return byte