Skip to content

MarkerColor

@vimp-mp/types 2.0.1

Interface · Server API

RGBA colour used by Marker.color. All channels are 0-255 integers.

ts
interface MarkerColor

Members

a

ts
a: number

Alpha channel.

b

ts
b: number

Blue channel.

g

ts
g: number

Green channel.

r

ts
r: number

Red channel.

VIMP developer documentation