C# Class GlowCommon.DataObjects.Commands.ManualColorCommands.ManualColorLed

Show file Open project: QuinnDamerell/Glow

Public Properties

Property Type Description
Blue double
Green double
Intensity double
Red double

Public Methods

Method Description
ManualColorLed ( double red, double green, double blue, double intensity ) : System

Method Details

ManualColorLed() public method

public ManualColorLed ( double red, double green, double blue, double intensity ) : System
red double
green double
blue double
intensity double
return System

Property Details

Blue public property

public double Blue
return double

Green public property

public double Green
return double

Intensity public property

public double Intensity
return double

Red public property

public double Red
return double