Re: LC displaying colors incorrectly in macOS 10.13

2018-08-26 Thread Monte Goulding via use-livecode
> On 26 Aug 2018, at 1:14 pm, Trevor DeVore via use-livecode > wrote: > > 1. Create new stack. > 2. `import snapshot` and select something on your screen with a blue in it. > I used a Messages chat window. > 3. Use digital color meter to check color of blue in actual window vs > snapshot. The

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-25 Thread Trevor DeVore via use-livecode
On Sat, Aug 25, 2018 at 6:25 PM Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > > So it seems the default color profile in High Sierra isn’t right. I’m not > overly sure what we can do about it. It might be that someone else on the > team knows what to do or it could

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-25 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 10:51 pm, Matthias Rebbe via use-livecode > wrote: > > rereading yours and mine comments, i have to ask: > > If Apple´s app Color Digital Meter shows the same values as LC´s function > mousecolor, then mousecolor is showing the correct values, isn´t it? > Or am i

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-25 Thread Matthias Rebbe via use-livecode
Monte, rereading yours and mine comments, i have to ask: If Apple´s app Color Digital Meter shows the same values as LC´s function mousecolor, then mousecolor is showing the correct values, isn´t it? Or am i missing something? > Am 24.08.2018 um 23:49 schrieb Matthias Rebbe via use-livecode

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 7:43 am, Monte Goulding via use-livecode > wrote: > > From the looks of things we are using a function that takes a snapshot using > the display color space then drawing it to our own image format using sRGB > color space. I’ve tried tweaking a few things and I’m no

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
> Am 24.08.2018 um 23:43 schrieb Monte Goulding via use-livecode > : > > > >> On 25 Aug 2018, at 7:09 am, Matthias Rebbe via use-livecode >> wrote: >> >> I´ve tested now with Apple´s Digital Color Meter App. >> >> And you are right. It seems the mouse color values are the correct ones.

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Trevor DeVore via use-livecode
On Fri, Aug 24, 2018 at 4:04 PM Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > > > > On 25 Aug 2018, at 6:55 am, Monte Goulding via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Do we know if it’s the mouseColor returning an incorrect value or if > it’s

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 7:09 am, Matthias Rebbe via use-livecode > wrote: > > I´ve tested now with Apple´s Digital Color Meter App. > > And you are right. It seems the mouse color values are the correct ones. You mean incorrect here I presume? > > See screenshot http://d.qck.biz/vCD6n7

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
Sorry, i´ve posted a wrong link. This is the correct one http://d.qck.biz/4DmjLV > Am 24.08.2018 um 23:09 schrieb Matthias Rebbe via use-livecode > : > > I´ve tested now with Apple´s Digital Color Meter App. > > And you are right. It seems the mouse color values

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
I´ve tested now with Apple´s Digital Color Meter App. And you are right. It seems the mouse color values are the correct ones. See screenshot http://d.qck.biz/vCD6n7 But anyway. It´s a bug Regards, Matthias > Am 24.08.2018 um 22:55 schrieb Monte Goulding via

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 6:55 am, Monte Goulding via use-livecode > wrote: > > Do we know if it’s the mouseColor returning an incorrect value or if it’s the > actual control being the wrong color? If I enter the same RGB values into a html page that has a color picker then setup a send loop

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Monte Goulding via use-livecode
> On 24 Aug 2018, at 11:49 pm, Trevor DeVore via use-livecode > wrote: > > Thanks for testing and confirming Matthias. To everyone else - it is now a > confirmed issue on 10.13 as it has been recreated on three separate > machines. Do we know if it’s the mouseColor returning an incorrect

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Trevor DeVore via use-livecode
On Fri, Aug 24, 2018 at 8:07 AM Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > I am running 10.13 and can confirm this with my iMac 5K. The interesting > part. > If i change the color profile in system control/monitor then the mouse loc > values even change > > See a

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
Of course i meant mousecolor and not mouse loc. > Am 24.08.2018 um 15:07 schrieb Matthias Rebbe via use-livecode > : > > I am running 10.13 and can confirm this with my iMac 5K. The interesting part. > If i change the color profile in system control/monitor then the mouse loc > values even

Re: LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
I am running 10.13 and can confirm this with my iMac 5K. The interesting part. If i change the color profile in system control/monitor then the mouse loc values even change See a screen recording i´ve uploaded to Droplr Regards, Matthias > Am 24.08.2018 um 14:28

LC displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Trevor DeVore via use-livecode
Hi, In LC 9 (haven't tested earlier versions) I'm seeing incorrect colors for LC controls on macOS 10.13 but not 10.12. I filed a bug report with a recipe + example stack and I'm wondering if anyone else can confirm my findings. I'm not sure if it is software related or hardware related. Here is