Difference between revisions of "DCS func textToAll"
From DCS World Wiki - Hoggitworld.com
Line 27: | Line 27: | ||
Color format is {r, g, b, a} with values 0 to 1. A red line with 50% alpha would be {1, 0, 0, 0.5} | Color format is {r, g, b, a} with values 0 to 1. A red line with 50% alpha would be {1, 0, 0, 0.5} | ||
− | colorFill | + | color defines the color of the text to be displayed |
+ | |||
+ | colorFill will be the color of a rectangle over the area that the text covers. | ||
readOnly denotes whether in the future if clients will be allowed to edit or remove the shape. | readOnly denotes whether in the future if clients will be allowed to edit or remove the shape. |