Skip to content

Tego Bot API Documentation v0.2.0


Tego Bot API Documentation / Bitmap

Interface: Bitmap

Defined in: bot/index.d.ts:16

Bitmap structure for screen capture (robotjs compatible)

Properties

width

width: number

Defined in: bot/index.d.ts:17


height

height: number

Defined in: bot/index.d.ts:18


image

image: Buffer

Defined in: bot/index.d.ts:19


byteWidth

byteWidth: number

Defined in: bot/index.d.ts:20


bitsPerPixel

bitsPerPixel: number

Defined in: bot/index.d.ts:21


bytesPerPixel

bytesPerPixel: number

Defined in: bot/index.d.ts:22

Released under the MIT License.