Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
clovati
Partner - Creator
Partner - Creator

Code for no color

I want to put no color (transparent color) (AS TO HIDE) but not WHITE color because I have most background color.

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

Try with expression in Text Color Expression like

ARGB(0,255,255,255)

View solution in original post

2 Replies
stigchel
Partner - Master
Partner - Master

Try with expression in Text Color Expression like

ARGB(0,255,255,255)

Not applicable

Hi,

ARGB() function may help, it specifies the alpha channel value (opacity):

ARGB(alpha, e1, e2, e3)


- Alpha = White to black (0 to 255), the alpha integers are (0 = Transparent, 255 = Opaque)


Kind regards,

Nuno