Class that holds RGB colors
More...
|
| | RGBColor (byte red, byte green, byte blue) |
| | Initializes a new instance of the MonoBrick.NXT.RGBColor class. More...
|
| |
Class that holds RGB colors
| MonoBrickFirmware.Sensors.RGBColor.RGBColor |
( |
byte |
red, |
|
|
byte |
green, |
|
|
byte |
blue |
|
) |
| |
|
inline |
Initializes a new instance of the MonoBrick.NXT.RGBColor class.
- Parameters
-
| red | Red value |
| green | Green value |
| blue | Blue value |
| byte MonoBrickFirmware.Sensors.RGBColor.Blue |
|
get |
Gets the blue value
The blue value
| byte MonoBrickFirmware.Sensors.RGBColor.Green |
|
get |
Gets the green value
The green value
| byte MonoBrickFirmware.Sensors.RGBColor.Red |
|
get |
Gets the red value
The red value
The documentation for this class was generated from the following file:
- Sensors/NXTColorSensor.cs