C# Class Universe.Framework.Utilities.FastBitmap.PixelData

ファイルを表示 Open project: Virtual-Universe/Virtual-Universe

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