Which Mode has the Color Wheel ? / Colorpicker Tool

The new Daslight - for PC and Mac

Moderators: TomHat, simonB

cperian
Posts: 29
Joined: Wed Feb 01, 2023 6:40 pm
Operating System: Mac OS X

Re: Which Mode has the Color Wheel ?

Post by cperian »

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
artyfunk2
Posts: 28
Joined: Thu Dec 28, 2023 1:38 pm
Operating System: Windows
Location: Germany

Re: Which Mode has the Color Wheel ? / Colorpicker Tool

Post by artyfunk2 »

I need to ask again because its not clear.

Does Daslight uses HSV Values ? What does the Percent means?
cperian
Posts: 29
Joined: Wed Feb 01, 2023 6:40 pm
Operating System: Mac OS X

Re: Which Mode has the Color Wheel ? / Colorpicker Tool

Post by cperian »

No, not HSV. The numbers are RGB colors represented as a percentage of 255 (the max of RGB).

Example 1:
RED 255
GREEN 255
BLUE 255

becomes

RED 100%
GREEN 100%
BLIUE 100%


——


Example 2

RED 25
GREEN 204
BLUE 142

becomes

RED 9,80%
GREEN 80,00%
BLUE 55,69%



——


You can compute the percentages by dividing the original RGB value by 2.55
Post Reply