Re: Which Mode has the Color Wheel ?
Posted: Sun Dec 03, 2023 4:21 pm
The faders are RGB in percentages (% of 255). Divide RGB values by 2.55 to get the right values for the faders.
Example:
Let's say we have the following RGB color: R 50, G 168, B 82 (which gives greenish).
You now divide all values by 2.55, to get R 50/2.55=19.6, G 168/2.55=66.9. B 82/2.55=32.2
So you set the faders to 19.6, 66.9 and 32.2
Example:
Let's say we have the following RGB color: R 50, G 168, B 82 (which gives greenish).
You now divide all values by 2.55, to get R 50/2.55=19.6, G 168/2.55=66.9. B 82/2.55=32.2
So you set the faders to 19.6, 66.9 and 32.2