Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
stekol61
Creator
Creator

rgb code and brightness

I have set the a bar color using the 'Background color' for an expression. I use rgb(216,207,39).

In the Chart Properties I can do the same using Colors - Data Appearance and customize e.g. Colour1 using the same rgb code.

The problem is that when using Colors - Data Appearance I've adjusted the Brightness for the color.

Is it possible to do the same when using 'Background color' for an expression?

2 Replies
marcus_sommer

You could try it with argb() or one of the colormix-functions.

- Marcus

Peter_Cammaert
Partner - Champion III
Partner - Champion III

As far as I know, the Brightness slider only becomes active if you select a "Single Color Gradient" instead of a fixed or a calculated color. The Brightness value determines to what same-color brightness the gradient will evolve. You can only set the Brightness-level itself in the color dialogs that have this slider.

There are no corresponding functions in QlikView that offer a single-color gradient with a Brightness setting. But you can set the "brightness" of a single specific color (i.e. not a gradient) by manipulating the luminosity parameter in a HSL() function call.