Skip to content

Tego Bot API Documentation v0.2.0


Tego Bot API Documentation / HslColor

Interface: HslColor

Defined in: botjs/src/screenshot.ts:97

HSL color information

Properties

h

h: number

Defined in: botjs/src/screenshot.ts:99

Hue (0-360)


s

s: number

Defined in: botjs/src/screenshot.ts:101

Saturation (0-100)


l

l: number

Defined in: botjs/src/screenshot.ts:103

Lightness (0-100)

Released under the MIT License.