LightColorGamutType enum

The gamut types supported by hue.

Inheritance

Constructors

LightColorGamutType(String value)
const

Values

a → const LightColorGamutType

Gamut of early Philips color-only products.

const LightColorGamutType("A")
b → const LightColorGamutType

Limited gamut of first Hue color products.

const LightColorGamutType("B")
c → const LightColorGamutType

Richer color gamut of Hue white and color ambiance products.

const LightColorGamutType("C")
other → const LightColorGamutType

Color gamut of non-hue products with non-hue gamuts.

const LightColorGamutType("other")

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The string representation of this LightColorGamutType.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromString(String value) LightColorGamutType
Get a LightColorGamutType from a given string value.

Constants

values → const List<LightColorGamutType>
A constant List of the values in this enum, in order of their declaration.