C# Class Animatroller.Framework.PhysicalDevice.PixelRGBByte

显示文件 Open project: HakanL/animatroller Class Usage Examples

Public Properties

Property Type Description
B byte
G byte
R byte

Public Methods

Method Description
PixelRGBByte ( byte r, byte g, byte b ) : System

Method Details

PixelRGBByte() public method

public PixelRGBByte ( byte r, byte g, byte b ) : System
r byte
g byte
b byte
return System

Property Details

B public_oe property

public byte B
return byte

G public_oe property

public byte G
return byte

R public_oe property

public byte R
return byte