Skip to content

LightIsCapableOfGradient

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

Interface: LightIsCapableOfGradient

Hierarchy

Table of contents

Properties

Properties

brightness

brightness: number

Inherited from

LightIsCapableOfColor.brightness

Defined in

src/structures/Light.ts:16


color

color: XyPoint

Inherited from

LightIsCapableOfColor.color

Defined in

src/structures/Light.ts:27


colorInRange

colorInRange: (xy: XyPoint) => boolean

Type declaration

▸ (xy): boolean

Parameters
Name Type
xy XyPoint
Returns

boolean

Inherited from

LightIsCapableOfColor.colorInRange

Defined in

src/structures/Light.ts:32


colorTemperature

colorTemperature: number

Inherited from

LightIsCapableOfColor.colorTemperature

Defined in

src/structures/Light.ts:21


colorToRange

colorToRange: (xy: XyPoint) => XyPoint

Type declaration

▸ (xy): XyPoint

Parameters
Name Type
xy XyPoint
Returns

XyPoint

Inherited from

LightIsCapableOfColor.colorToRange

Defined in

src/structures/Light.ts:33


gamut

gamut: Gamut

Inherited from

LightIsCapableOfColor.gamut

Defined in

src/structures/Light.ts:31


gradient

gradient: XyPoint[]

Defined in

src/structures/Light.ts:37


maxColorTemperature

maxColorTemperature: number

Inherited from

LightIsCapableOfColor.maxColorTemperature

Defined in

src/structures/Light.ts:23


maxGamutBlue

maxGamutBlue: number

Inherited from

LightIsCapableOfColor.maxGamutBlue

Defined in

src/structures/Light.ts:30


maxGamutGreen

maxGamutGreen: number

Inherited from

LightIsCapableOfColor.maxGamutGreen

Defined in

src/structures/Light.ts:29


maxGamutRed

maxGamutRed: number

Inherited from

LightIsCapableOfColor.maxGamutRed

Defined in

src/structures/Light.ts:28


minBrightnessLevel

minBrightnessLevel: number

Inherited from

LightIsCapableOfColor.minBrightnessLevel

Defined in

src/structures/Light.ts:17


minColorTemperature

minColorTemperature: number

Inherited from

LightIsCapableOfColor.minColorTemperature

Defined in

src/structures/Light.ts:22

hue.ts

Clone this wiki locally