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):
Page 1 / 1
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.
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.
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.
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.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.