Preserved Topic: Any relationship bet. Hue/Sat. & RGB colors? (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: |
posted 01-02-2002 14:44
Hello I kind of do not understand the Image/Adjust/Hue-Saturation command. |
Maniac (V) Mad Scientist From: TipToToe |
posted 01-02-2002 14:52
tfm. r it. =) |
Maniac (V) Inmate From: out of a sleepy funk |
posted 01-02-2002 15:51
it lives |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 01-02-2002 17:00 |
Maniac (V) Inmate From: Boston, MA, USA |
posted 01-02-2002 18:47
"is there any relationship ...." |
Maniac (V) Mad Scientist From: |
posted 01-02-2002 19:26
HSV vs. HSB -- been meaning to ask -- is there a real difference? Rather, what is the difference? |
Maniac (V) Inmate From: Boston, MA, USA |
posted 01-02-2002 19:39
There must be some difference to a software engineer / color scientist, but for everyday purposes I too think of them as interchangable. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 01-02-2002 20:58
I made this http://www.gurusnetwork.com/tutorials/misc/colorchooser.html a while ago, it uses the relationship between RGB and HSV to keep the two sets of values consistent when you change one or the other. First, read the explanation of it at the bottom of the page, I think I explained the relationship a bit there. Then, look in the source code and at http://www.gurusnetwork.com/scripts/color_chooser.js . The functions ResetRGB() and ResetHSV() figure out the HSV or RGB values to correspond with the RGB or HSV values specified, respectively. It's not exactly simple, though. Good luck. |