This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
color [2015/01/15 20:37] splitbrain |
color [2020/05/28 09:38] (current) chenfeng0802 [Color Dim] |
||
---|---|---|---|
Line 8: | Line 8: | ||
Please note that no alpha value can be set in the color dialog. Use the [[opacity]] property instead. | Please note that no alpha value can be set in the color dialog. Use the [[opacity]] property instead. | ||
- | Dynamic colors using [[lua]] | + | **Hint: |
- | + | ||
- | ===== Color Dim ===== | + | |
- | + | ||
- | Some widgets ([[text]]) support a second | + | |
+ | var_myImageOpacity = -1 | ||
+ | var_myImageOpacity2 = 0 | ||
+ | var_myImageOpacity1 = 100 | ||
+ | ===== Tint ===== | ||
+ | Some widgets ([[image]], [[sprite]]) support a tint color. That color is added to the image' | ||
+ | {{ : |