0
Beantwoord
Colourpicker RGB value
Hello,
How can I use the colourpicker (http://wiki2.iridiummobile.net/Examples_of_Controlling_Equipment_of_the_KNX_Bus and https://s3.amazonaws.com/iRidiumWiki2.0/Driver_KNX/KNX_ColorPicker.irpz) on one RGB-address (3x255)?
The variable "color" does not have the right value and need to be converted.
Someone have an idea?
Best wishes,
Harm
Customer support service by UserEcho
With some testing found the solution:
rgbvalue = Math.floor(color/256 - 1);