When 'Edit|Insert @RGB' is selected, a color selection dialog box as shown in <Figure 1> appears.
<Figure 1> Example of the color selection dialog box
If color in color display area of <Figure 1> is selected or enter each parameter in the R, G, B and A areas between 0 and 255, and press the button , the @RGB or @ARGB function is inserted into the script editor area along with the information of color as in the following example.
@RGB(0,128,128)
@RGB(255,255,255)
@RGB(255,0,0)
@ARGB(127, 255,0,0)
@ARGB(127, 0,0,255)
In the dialog box of <Figure 1>if the A value is 255, the @RGV function is inserted, and if the value is other than 255, the @ARGB value is inserted.
Reference) The A value in <Figure 1> means the transparency value, and if the value is 255, it is a normal color, if it is 127, it is a semi-transparent color, and if it is 0, it is invinsible.
Related Helps)