Skip to content

Tego Bot API Documentation v0.2.0


Tego Bot API Documentation / RgbColor

Interface: RgbColor

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

RGB color information

Properties

r

r: number

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

Red component (0-255)


g

g: number

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

Green component (0-255)


b

b: number

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

Blue component (0-255)

Released under the MIT License.