Here's a rough view of LAB colorspace. It's a naive conversion to RGB; as wikipedia notes, A proper color profile for your monitor and picture is needed to reproduce LAB colors accurately. (for example, looking at this animation on my monitor, green recedes faster than blue which recedes faster than red.)
In this animation,
+TIME = -L
+X = +B
+Y = +A
Photoshop is the only app I've heard of supporting LAB color selection.
I'm trying to make an LAB colorselector for GIMP myself, as the color management support of GIMP is greatly increasing recently.
EDIT:
LAB in common terms:
(Consider LAB as three floating point values in the range (0.0 .. 1.0))
Darken/lighten a color : -L or +L
Make a color greyer : move A and B towards 0.5 (absolute grey is at A = 0.5 B = 0.5)
Traverse the color spectrum : Travel in a square around the A*B square in such a way that your distance from the centre is constant. This is overrated -- exact traversal of the spectrum I've rarely found useful.
« Last Edit: November 12, 2006, 08:38:29 am by Ai »
Logged
If you insist on being pessimistic about your own abilities, consider also being pessimistic about the accuracy of that pessimistic judgement.