Hi guys,
I’m using color selector as a control for a domain and I’m having trouble understanding what the database output means.
I saved this color:

and its being saved as this int:

how do I get the RGB value from this?
Hi guys,
I’m using color selector as a control for a domain and I’m having trouble understanding what the database output means.
I saved this color:
and its being saved as this int:
how do I get the RGB value from this?
Best answer by Freddy
When stored as an integer, the value represents the ARGB color space.
More info here:
Color Picker for Thinkwise Software Factory | Thinkwise Community
if the following function works could store colors to be used in custom html/svg
https://stackoverflow.com/questions/23175015/getting-rgbr-g-b-from-argb-integer-sql
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.