Quote:
Originally Posted by Bugsy
Is there a mathematical relationship between the case and the respective RGB values?
Example, is there any relationship between:
case 12..17 and rgbaura = {190, 190, 190}
case 18..23 and rgbaura = {25, 25, 112}
|
every case number is +6 but i didn't undertand you what do you mena ?
for example
PHP Code:
case 0..5:
{
rgbaura = {25, 25, 112}
}
case 6..11:
{
only that ?