C# Class BrickPi.Sensors.RGBColor

Class that holds RGB colors
Afficher le fichier Open project: Ellerbach/BrickPi

Méthodes publiques

Méthode Description
RGBColor ( byte red, byte green, byte blue ) : System

Initializes a new instance of the BrickPi.Sensors.RGBColor class.

Method Details

RGBColor() public méthode

Initializes a new instance of the BrickPi.Sensors.RGBColor class.
public RGBColor ( byte red, byte green, byte blue ) : System
red byte /// Red value ///
green byte /// Green value ///
blue byte /// Blue value ///
Résultat System