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#

float

Red#

public float Red

Field Value#

float

WarmWhite#

public float WarmWhite

Field Value#

float

Methods#

ToString()#

Returns the fully qualified type name of this instance.

public override readonly string ToString()

Returns#

string

The fully qualified type name.