Best way to convert color values

Bob Sneidar bobsneidar at iotecdigital.com
Wed Aug 7 12:14:02 EDT 2024


I found a private function in the Quartam PDF Library. I don’t want to post it here because I don’t know the licensing. I believe it was a purchased product. If you have it you can probably find it. Otherwise it shouldn’t be too difficult to do the math. 

Bob S


> On Aug 7, 2024, at 9:04 AM, Paul Dupuis via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> You have RGB colors (0-255,0-255,0-255), Hex colors (#000000 - #FFFFFF) and named colors ("blue") in Livecode
> 
> Any built in way (via some trick) to convert between color value formats?
> 
> I can always write a routine to convert RGB to Hex and Hex to RGB, but I am wondering if there is some clever trick in Livecode to do this.
> 
> For example: answer color -- returns RGB, but the htmlText of a line wants <p bgcolor="#NNNNNN"> </p>
> 
> Thanks in advance,
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list