C# Class QualityBot.Util.FastBitmap.PixelData

Show file 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 property

public byte Alpha
return byte

Blue public property

public byte Blue
return byte

Green public property

public byte Green
return byte

Red public property

public byte Red
return byte