27.11.2020, 08:35
This script can be adapted for RGB use:
https://forum.logicmachine.net/showthrea...7#pid14257
Convert R/G/B to a single RGB value:
Fading should be set-up on the end device.
https://forum.logicmachine.net/showthrea...7#pid14257
Convert R/G/B to a single RGB value:
Code:
rgb = r * 0x10000 + g * 0x100 + b
Fading should be set-up on the end device.