Hi.
Hi. I use binding for panel background color with Kolorette variable “bc:”+$bck+”;c:”+$bck . But i want this color transparent . Can you point me in right direction ?
]]>
« I’m now using KWGT. (Previous Post)
(Next Post) Finally got to play on another tablet (4.4.2) and for some reason, it won’t let me install zooper. »
< ![CDATA[
color is a ARGB value. A is alpha (or transparency) a non signed 8 bits value ranging from 0 to 255, coded in hexadecimal. Use a calculator to convert from decimal to hexadecimal if needed. For instance:
0xffffffff : white opaque
0x80ffffffff: semi opaque white
0x00ffffff: fully transparent (white, but it doesn’t matter then)
]]>
< ![CDATA[
Thx for help.
]]>