# Graphics

{% hint style="info" %}
Last updated: 2024/1/9
{% endhint %}

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

<table><thead><tr><th width="78">ID</th><th width="177">Display Name</th><th width="228">Explanations</th><th align="center">Parameter A</th><th align="center">Parameter B</th></tr></thead><tbody><tr><td>381</td><td>Draw line on current graphic from top-left of region 'A' to top-left of region 'B'</td><td>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'.</td><td align="center">Region</td><td align="center">Region</td></tr><tr><td>382</td><td>Create graphic with name 'A' at layer 'B' (1 is lowest, 3 is highest)</td><td>Currently only 3 layers are supported, not sure if someone typed 4 or above, or negative values.</td><td align="center">Graphic</td><td align="center">Int (1~3)</td></tr><tr><td>383</td><td>Select graphic to draw on with name 'A'</td><td>name the graphic you had to draw to a label name.</td><td align="center">Graphic</td><td align="center">-</td></tr><tr><td>384</td><td>Begin fill of graphic with name 'A' using hex-colour 'B'</td><td>Pen down, fill the graphic (lines) with hex-color 'B'</td><td align="center">Graphic</td><td align="center">Hex Value</td></tr><tr><td>385</td><td>End fill of graphic with name 'A'</td><td>Pen up, stop filling the graphic (lines).</td><td align="center">Graphic</td><td align="center">-</td></tr><tr><td>386</td><td>Draw circle on current graphic at top-left of region 'A' with radius 'B'</td><td>Draw a circle with radius 'B', at top left of the region 'A'.</td><td align="center">Region</td><td align="center">Float</td></tr><tr><td>387</td><td>Clear graphic with name 'A'</td><td>Clear the fill which is from graphic 'A'.</td><td align="center">Graphic</td><td align="center">-</td></tr><tr><td>388</td><td>Set line style of current graphic to thickness 'A' and hex-colour 'B'</td><td>Set the thickness of the line to 'A', and the hex-color of 'B'.</td><td align="center">Float</td><td align="center">Hex Value</td></tr><tr><td>389</td><td>Set starting position of graphic with name 'A' to region 'B'</td><td>Set the graphic 'A' starting point to region 'B'.</td><td align="center">Graphic</td><td align="center">Region</td></tr><tr><td>390</td><td>Draw line from current position of graphic with name 'A' to top-left region 'B'</td><td>Draw a line from graphic 'A', which is by it's current pen position, to top left region 'B', as destination.</td><td align="center">Graphic</td><td align="center">Region</td></tr><tr><td>433</td><td>Set opacity of graphic with name 'A' to variable 'B' (percent)</td><td>Set the opacity (transparent) of graphic 'A' to variable 'B' (with percent) </td><td align="center">Graphic</td><td align="center">Var<br>(0~100)</td></tr><tr><td>443</td><td>Set line style of current graphic to thickness of variable 'A' and hex-colour of variable 'B'</td><td>Same as 388, but this time the value is grab from variables.</td><td align="center">Var<br>(Float)</td><td align="center">Var<br>(Hex Value)</td></tr></tbody></table>
