Color number in Make color and Split color

Maybe it's simple for you programmers. However, for someone who learns it is incomprehensible and not logical. Why are colors not presented everywhere like in the designer? Different in designer, different in blocks, and it makes a lot of confusion. After copying a component with a set color, we get the "BackgroundColor": "& HFFD4D4D4". It is in the form of a hex. Why all this confusion with decimals? I made a simple program to convert hex color to dec32 and dec64. Hex format: OPACITY R G B.
Color_decoder.aia (3.2 KB)

1 Like