Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 1.31 KB

Color.md

File metadata and controls

64 lines (35 loc) · 1.31 KB

@fairfleet/geotab / Color

Interface: Color

Specifies the color to use to identify the Group, Rule, SecurityClearance or Zone.

Table of contents

Properties

Properties

a

a: number

Gets returns the alpha component of the color space (opacity) in the range 0-255.

Defined in

src/types/Drawing/Color.ts:8


b

b: number

Gets returns the blue component of the color space in the range 0-255 from the default sRGB space.

Defined in

src/types/Drawing/Color.ts:10


g

g: number

Gets returns the green component of the color space in the range 0-255 from the default sRGB. space.

Defined in

src/types/Drawing/Color.ts:15


r

r: number

Gets returns the red component of the color space in the range 0-255 from the default sRGB. space.

Defined in

src/types/Drawing/Color.ts:20