MonoBrick EV3 Firmware
Public Member Functions | Properties | List of all members
MonoBrickFirmware.Sensors.RGBColor Class Reference

Class that holds RGB colors More...

Public Member Functions

 RGBColor (byte red, byte green, byte blue)
 Initializes a new instance of the MonoBrick.NXT.RGBColor class. More...
 

Properties

byte Red [get]
 Gets the red value More...
 
byte Green [get]
 Gets the green value More...
 
byte Blue [get]
 Gets the blue value More...
 

Detailed Description

Class that holds RGB colors

Constructor & Destructor Documentation

MonoBrickFirmware.Sensors.RGBColor.RGBColor ( byte  red,
byte  green,
byte  blue 
)
inline

Initializes a new instance of the MonoBrick.NXT.RGBColor class.

Parameters
redRed value
greenGreen value
blueBlue value

Property Documentation

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: