Characteristic | Locus |
---|---|
Inheritance | object > Bh1745.ChannelMultipliers |
Inherited Members | object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() |
Namespace | Meadow.Foundation.Sensors.Light |
Assembly | Bh1745.dll |
Syntax
public class Bh1745.ChannelMultipliers
Properties
Blue
Multiplier for the blue color channel
Declaration
public double Blue { get; set; }
Property Value
Type | Description |
---|---|
double |
Clear
Multiplier for the clear color channel.
Declaration
public double Clear { get; set; }
Property Value
Type | Description |
---|---|
double |
Green
Multiplier for the green color channel
Declaration
public double Green { get; set; }
Property Value
Type | Description |
---|---|
double |
Red
Multiplier for the red color channel
Declaration
public double Red { get; set; }
Property Value
Type | Description |
---|---|
double |