Colour management path

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Iliah Borg
Posts: 1
Joined: Sun Jul 28, 2013 1:07 am

Colour management path

Post by Iliah Borg » Sun Jul 28, 2013 1:19 am

I'm writing an application to check accuracy of a colour profile (those .icc/.icm things). The application takes Lab values measured from a target directly and compares them to Lab values the profile predicted. I want to show not just a numeric report, but a visual comparison too. To do so, I need to convert Lab numbers to RGB numbers through user monitor profile. The question is - if I do

Code: Select all

set the penColor to r,g,b
is it shown "as is", sending the triplet directly to the screen, or any additional conversion happens on the way?

--
Best,
Iliah

Post Reply