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

Represents a color of the onboard LEDs.
Afficher le fichier Open project: amykatenicho/IoTWorkshop

Méthodes publiques

Méthode Description
Color ( byte red, byte green, byte blue ) : GHIElectronics.UAP.Drivers

Constructs a new color.

Method Details

Color() public méthode

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.
Résultat GHIElectronics.UAP.Drivers