okay so here is what i have.
I have three potentiometer each with a integer variable(redval,greenval,blueval) with a value between 0-255.
What i want to do is turn these three variables into a color code( ie. 0x00FF00 or 0xFFFFFF) that is represented by the potentiometers.
Does that explain it...