Click here to Skip to main content
15,881,882 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 1:56
mvahoney the codewitch15-Apr-22 1:56 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 1:53
mve0x01AA15-Apr-22 1:53 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 1:56
mvahoney the codewitch15-Apr-22 1:56 
GeneralRe: Well I didn't expect I'd be doing this Pin
Dan Neely15-Apr-22 3:12
Dan Neely15-Apr-22 3:12 
PraiseRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 3:30
mve0x01AA15-Apr-22 3:30 
GeneralRe: Well I didn't expect I'd be doing this Pin
Craig Robbins15-Apr-22 3:53
Craig Robbins15-Apr-22 3:53 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 5:10
mvahoney the codewitch15-Apr-22 5:10 
GeneralRe: Well I didn't expect I'd be doing this Pin
Gary Wheeler15-Apr-22 5:11
Gary Wheeler15-Apr-22 5:11 
My apologies if any of this comes across as pedantic.

You're venturing into color handling areas that can be quite involved mathematically. There are also a lot of trade-offs and subjective considerations. The most fundamental is the realization that color is perceptual, and an absolute color standard does not exist.

Let's use Code Project orange as an example. Chris uses a certain RGB value (224,137,0) in his HTML/CSS that looks orange to him. That's what's sent to user devices. If you were to sit a dozen of those devices side-by-side and measure the color spectrum for the displayed 'orange' using a spectrophotometer, you'd get different values for each device. You'd probably get different values even you tested a dozen of the same model of iPhone. If you printed the page on a color printer, you'd see the same thing. You would get different measurements depending upon the printing technology, the paper, lighting, etc. You eventually have a gamut[^], a set of colors realizable on a device based on its inputs.

There are any number of schemes for matching a 'reference' color definition to a device, based on a color matching mechanism like Pantone[^] between a reference and the device's gamut. As an implementor you eventually reach a point where you choose a methodology whose results are "good enough" based on your device's capabilities, the color measurement data you have available, and customer requirements.
Software Zen: delete this;

GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 5:12
mvahoney the codewitch15-Apr-22 5:12 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 5:18
mve0x01AA15-Apr-22 5:18 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 5:38
mvahoney the codewitch15-Apr-22 5:38 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 5:49
mve0x01AA15-Apr-22 5:49 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 5:53
mvahoney the codewitch15-Apr-22 5:53 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 5:59
mve0x01AA15-Apr-22 5:59 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 6:31
mvahoney the codewitch15-Apr-22 6:31 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 6:35
mve0x01AA15-Apr-22 6:35 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 6:37
mvahoney the codewitch15-Apr-22 6:37 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 6:51
mve0x01AA15-Apr-22 6:51 
GeneralRe: Well I didn't expect I'd be doing this Pin
Slacker00715-Apr-22 6:54
professionalSlacker00715-Apr-22 6:54 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 7:00
mve0x01AA15-Apr-22 7:00 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 8:58
mve0x01AA15-Apr-22 8:58 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 10:29
mvahoney the codewitch15-Apr-22 10:29 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA16-Apr-22 4:55
mve0x01AA16-Apr-22 4:55 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch16-Apr-22 5:52
mvahoney the codewitch16-Apr-22 5:52 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA16-Apr-22 6:10
mve0x01AA16-Apr-22 6:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.