Graphics

Every trigger action related to graphics.

Last updated: 2024/1/9

Here is the list of tables which are related to graphics category:

IDDisplay NameExplanationsParameter AParameter B

381

Draw line on current graphic from top-left of region 'A' to top-left of region 'B'

put two regions at a distance, and this trigger will draw a line from top left of region 'A' to top left of region 'B'.

Region

Region

382

Create graphic with name 'A' at layer 'B' (1 is lowest, 3 is highest)

Currently only 3 layers are supported, not sure if someone typed 4 or above, or negative values.

Graphic

Int (1~3)

383

Select graphic to draw on with name 'A'

name the graphic you had to draw to a label name.

Graphic

-

384

Begin fill of graphic with name 'A' using hex-colour 'B'

Pen down, fill the graphic (lines) with hex-color 'B'

Graphic

Hex Value

385

End fill of graphic with name 'A'

Pen up, stop filling the graphic (lines).

Graphic

-

386

Draw circle on current graphic at top-left of region 'A' with radius 'B'

Draw a circle with radius 'B', at top left of the region 'A'.

Region

Float

387

Clear graphic with name 'A'

Clear the fill which is from graphic 'A'.

Graphic

-

388

Set line style of current graphic to thickness 'A' and hex-colour 'B'

Set the thickness of the line to 'A', and the hex-color of 'B'.

Float

Hex Value

389

Set starting position of graphic with name 'A' to region 'B'

Set the graphic 'A' starting point to region 'B'.

Graphic

Region

390

Draw line from current position of graphic with name 'A' to top-left region 'B'

Draw a line from graphic 'A', which is by it's current pen position, to top left region 'B', as destination.

Graphic

Region

433

Set opacity of graphic with name 'A' to variable 'B' (percent)

Set the opacity (transparent) of graphic 'A' to variable 'B' (with percent)

Graphic

Var (0~100)

443

Set line style of current graphic to thickness of variable 'A' and hex-colour of variable 'B'

Same as 388, but this time the value is grab from variables.

Var (Float)

Var (Hex Value)

Last updated