Method | Description | |
---|---|---|
RGBColor ( byte red, byte green, byte blue ) : System |
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 |