Skip to content

Rgb

@vimp-mp/types 2.0.1

Interface · Client API

RGB color with byte-sized channels.

ts
interface Rgb

Members

b

ts
b: number

Blue channel.

g

ts
g: number

Green channel.

r

ts
r: number

Red channel.

VIMP developer documentation