Hi all,
I like to create a color table with RAL colors for visualization.
What value formats can I use to set a color (Button f.e.)?
The different color formats I got are
RAL 9005 – Tiefschwarz | Tiefschwarz | R010 G010 B013 | C100 M40 Y50 K90 | #0A0A0A
When selecting a color I can input HEX/RGB or via color picker, but I only found the expression function RGBA().
So I can’t set a color by its HEX value, right?
there is actually a bulky workaround with the expression editor.
You need to split your HEX Value in groups of two, to represent the separate channels… if the las group does not exist, the alpha channel is 1 (FF in HEX). To translate RAL and you usually use no Alpha channel, you can use RGB() to not make it more complicated then needed…