C# Class QualityBot.Util.FastBitmap.PixelData

Exibir arquivo Open project: Ancestry/quality-bot

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