The purpose of this utility is to visualize and convert an RGB color
triplet into various formatted RGB representations. The color triplet
can either be set via sliders or entered/pasted as text
Supported representations are:
– Decimal (rrr ggg bbb)
– Hexadecimal (rr gg bb)
– Floating Point (.r .g .b) – Useful for OpenGL programming,
originally intended for use in Q3A shader scripts and Q3A TA menu scripts.
– HTML HEX (#rrggbb or rrggbb)
– BCB/Delphi color ($aabbggrr or aabbggrr)
– Integer (0xRRGGBB as single value)