Skip to content

Tego Bot API Documentation v0.2.0


Tego Bot API Documentation / ColorPickerOptions

Interface: ColorPickerOptions

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

Color picker configuration options

Properties

magnifierSize?

optional magnifierSize: number

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

Magnifier size in pixels (default: 150)


zoom?

optional zoom: number

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

Zoom level (default: 8)


showHistory?

optional showHistory: boolean

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

Show color history (default: true)

Released under the MIT License.