C# Class BrickPi.Sensors.RGBColor

Class that holds RGB colors
Datei anzeigen Open project: Ellerbach/BrickPi

Public Methods

Method Description
RGBColor ( byte red, byte green, byte blue ) : System

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

Method Details

RGBColor() public method

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 ///
return System