C# Class Animatroller.Framework.PhysicalDevice.PixelRGBByte

Afficher le fichier Open project: HakanL/animatroller Class Usage Examples

Méthodes publiques

Свойство Type Description
B byte
G byte
R byte

Méthodes publiques

Méthode Description
PixelRGBByte ( byte r, byte g, byte b ) : System

Method Details

PixelRGBByte() public méthode

public PixelRGBByte ( byte r, byte g, byte b ) : System
r byte
g byte
b byte
Résultat System

Property Details

B public_oe property

public byte B
Résultat byte

G public_oe property

public byte G
Résultat byte

R public_oe property

public byte R
Résultat byte