Skip to content

LightIsCapableOfColor

github-actions[bot] edited this page Aug 11, 2023 · 2 revisions

Interface: LightIsCapableOfColor

Hierarchy

Table of contents

Properties

Properties

brightness

brightness: number

Inherited from

LightIsCapableOfColorTemperature.brightness

Defined in

src/structures/Light.ts:16


color

color: XyPoint

Defined in

src/structures/Light.ts:27


colorInRange

colorInRange: (xy: XyPoint) => boolean

Type declaration

▸ (xy): boolean

Parameters
Name Type
xy XyPoint
Returns

boolean

Defined in

src/structures/Light.ts:32


colorTemperature

colorTemperature: number

Inherited from

LightIsCapableOfColorTemperature.colorTemperature

Defined in

src/structures/Light.ts:21


colorToRange

colorToRange: (xy: XyPoint) => XyPoint

Type declaration

▸ (xy): XyPoint

Parameters
Name Type
xy XyPoint
Returns

XyPoint

Defined in

src/structures/Light.ts:33


gamut

gamut: Gamut

Defined in

src/structures/Light.ts:31


maxColorTemperature

maxColorTemperature: number

Inherited from

LightIsCapableOfColorTemperature.maxColorTemperature

Defined in

src/structures/Light.ts:23


maxGamutBlue

maxGamutBlue: number

Defined in

src/structures/Light.ts:30


maxGamutGreen

maxGamutGreen: number

Defined in

src/structures/Light.ts:29


maxGamutRed

maxGamutRed: number

Defined in

src/structures/Light.ts:28


minBrightnessLevel

minBrightnessLevel: number

Inherited from

LightIsCapableOfColorTemperature.minBrightnessLevel

Defined in

src/structures/Light.ts:17


minColorTemperature

minColorTemperature: number

Inherited from

LightIsCapableOfColorTemperature.minColorTemperature

Defined in

src/structures/Light.ts:22

hue.ts

Clone this wiki locally