Struct RoomLightPreset#
Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll
public struct RoomLightPreset
Inherited Members#
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType()
Constructors#
RoomLightPreset(float, float, float)#
public RoomLightPreset(float coldWhite, float warmWhite, float red)
Parameters#
coldWhite
float
warmWhite
float
red
float
Fields#
ColdWhite#
public float ColdWhite
Field Value#
Red#
public float Red
Field Value#
WarmWhite#
public float WarmWhite
Field Value#
Methods#
ToString()#
Returns the fully qualified type name of this instance.
public override readonly string ToString()
Returns#
The fully qualified type name.