Solved

Color Picker for Thinkwise Software Factory

  • 25 April 2019
  • 3 replies
  • 251 views

Userlevel 2
Badge +12
I have asked for a tool to convert a RGB color to a value that is used within a Thinkwise application. For other purposes I have used a tool called ColorPic, but the numbers used to store colors when using a Thinkwise application don't match (far from it). It's probably a DevExpress of C# thing

Now I am pretty sure I already got an answer pointing to a site or a tool that converts various colors (RGB , HEX and what have you), but I can't remember from whom (or whether it was in TCP, an e-mail or by phone).

So if anybody knows of such a tool or a site that does the conversion please share.

Colorpic (that can't do the conversion):

icon

Best answer by htimmermans 25 April 2019, 19:54

View original

3 replies

Userlevel 2
Badge +12

Userlevel 2
Badge +12
Anne,

Ok., thanks for pointing me where to search for..

Bit of a hassle using PowreShell. So I Googled around for "ARGB int color" and eventually found a simple demo site that can do the trick (but still you have to enter each RGB color code manually):

https://argb-int-calculator.netlify.com/

But there may be a better way, I'm sure too.
Userlevel 7
Badge +5
Hi Henri,

The colors are stored as an ARGB integer. I'm certain there is a better way, but the quickest way to convert them from and to RGB I could think of is using some powershell:


Alpha should be set to 255.

Reply