C# Class GHIElectronics.UAP.Shields.FEZHAT.Color

Represents a color of the onboard LEDs.
Show file Open project: amykatenicho/IoTWorkshop

Public Methods

Method Description
Color ( byte red, byte green, byte blue ) : GHIElectronics.UAP.Drivers

Constructs a new color.

Method Details

Color() public method

Constructs a new color.
public Color ( byte red, byte green, byte blue ) : GHIElectronics.UAP.Drivers
red byte The red channel intensity.
green byte The green channel intensity.
blue byte The blue channel intensity.
return GHIElectronics.UAP.Drivers