ColorControl.Attribute

enum ColorControl.Attribute : Enum, Field


Descriptor enum for this trait's attributes.

Summary

Enum Values

acceptedCommandList

The acceptedCommandList trait attribute.

attributeList

The attributeList trait attribute.

clusterRevision

The clusterRevision trait attribute.

colorCapabilities

The colorCapabilities trait attribute.

colorLoopActive

The colorLoopActive trait attribute.

colorLoopDirection

The colorLoopDirection trait attribute.

colorLoopStartEnhancedHue

The colorLoopStartEnhancedHue trait attribute.

colorLoopStoredEnhancedHue

The colorLoopStoredEnhancedHue trait attribute.

colorLoopTime

The colorLoopTime trait attribute.

colorMode

The colorMode trait attribute.

colorPointBIntensity

The colorPointBIntensity trait attribute.

colorPointBx

The colorPointBx trait attribute.

colorPointBy

The colorPointBy trait attribute.

colorPointGIntensity

The colorPointGIntensity trait attribute.

colorPointGx

The colorPointGx trait attribute.

colorPointGy

The colorPointGy trait attribute.

colorPointRIntensity

The colorPointRIntensity trait attribute.

colorPointRx

The colorPointRx trait attribute.

colorPointRy

The colorPointRy trait attribute.

colorTempPhysicalMaxMireds

The colorTempPhysicalMaxMireds trait attribute.

colorTempPhysicalMinMireds

The colorTempPhysicalMinMireds trait attribute.

colorTemperatureMireds

The colorTemperatureMireds trait attribute.

compensationText

The compensationText trait attribute.

coupleColorTempToLevelMinMireds

The coupleColorTempToLevelMinMireds trait attribute.

currentHue

The currentHue trait attribute.

currentSaturation

The currentSaturation trait attribute.

currentX

The currentX trait attribute.

currentY

The currentY trait attribute.

driftCompensation

The driftCompensation trait attribute.

enhancedColorMode

The enhancedColorMode trait attribute.

enhancedCurrentHue

The enhancedCurrentHue trait attribute.

featureMap

The featureMap trait attribute.

generatedCommandList

The generatedCommandList trait attribute.

numberOfPrimaries

The numberOfPrimaries trait attribute.

options

The options trait attribute.

primary1Intensity

The primary1Intensity trait attribute.

primary1X

The primary1X trait attribute.

primary1Y

The primary1Y trait attribute.

primary2Intensity

The primary2Intensity trait attribute.

primary2X

The primary2X trait attribute.

primary2Y

The primary2Y trait attribute.

primary3Intensity

The primary3Intensity trait attribute.

primary3X

The primary3X trait attribute.

primary3Y

The primary3Y trait attribute.

primary4Intensity

The primary4Intensity trait attribute.

primary4X

The primary4X trait attribute.

primary4Y

The primary4Y trait attribute.

primary5Intensity

The primary5Intensity trait attribute.

primary5X

The primary5X trait attribute.

primary5Y

The primary5Y trait attribute.

primary6Intensity

The primary6Intensity trait attribute.

primary6X

The primary6X trait attribute.

primary6Y

The primary6Y trait attribute.

remainingTime

The remainingTime trait attribute.

startUpColorTemperatureMireds

The startUpColorTemperatureMireds trait attribute.

whitePointX

The whitePointX trait attribute.

whitePointY

The whitePointY trait attribute.

Public functions

ColorControl.Attribute
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<ColorControl.Attribute>

Returns an array containing the constants of this enum type, in the order they're declared.

Public properties

open Descriptor
Boolean
open UInt
open Type
open String

Enum Values

colorMode

val ColorControl.Attribute.colorModeColorControl.Attribute

The colorMode trait attribute.

currentX

val ColorControl.Attribute.currentXColorControl.Attribute

The currentX trait attribute.

currentY

val ColorControl.Attribute.currentYColorControl.Attribute

The currentY trait attribute.

options

val ColorControl.Attribute.optionsColorControl.Attribute

The options trait attribute.

primary1X

val ColorControl.Attribute.primary1XColorControl.Attribute

The primary1X trait attribute.

primary1Y

val ColorControl.Attribute.primary1YColorControl.Attribute

The primary1Y trait attribute.

primary2X

val ColorControl.Attribute.primary2XColorControl.Attribute

The primary2X trait attribute.

primary2Y

val ColorControl.Attribute.primary2YColorControl.Attribute

The primary2Y trait attribute.

primary3X

val ColorControl.Attribute.primary3XColorControl.Attribute

The primary3X trait attribute.

primary3Y

val ColorControl.Attribute.primary3YColorControl.Attribute

The primary3Y trait attribute.

primary4X

val ColorControl.Attribute.primary4XColorControl.Attribute

The primary4X trait attribute.

primary4Y

val ColorControl.Attribute.primary4YColorControl.Attribute

The primary4Y trait attribute.

primary5X

val ColorControl.Attribute.primary5XColorControl.Attribute

The primary5X trait attribute.

primary5Y

val ColorControl.Attribute.primary5YColorControl.Attribute

The primary5Y trait attribute.

primary6X

val ColorControl.Attribute.primary6XColorControl.Attribute

The primary6X trait attribute.

primary6Y

val ColorControl.Attribute.primary6YColorControl.Attribute

The primary6Y trait attribute.

Public functions

valueOf

fun valueOf(value: String): ColorControl.Attribute

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<ColorControl.Attribute>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

Public properties

descriptor

open val descriptorDescriptor

isNullable

val isNullableBoolean

tag

open val tagUInt

typeEnum

open val typeEnumType

typeName

open val typeNameString