RGB to values

The RGB to values node deconstructs a color into its raw Red, Green, and Blue numerical components.
When to use this node:
* Channel-Specific Logic: Triggering a specific vibration motor or mechanical effect only when the "Red" component of a light exceeds a certain level.
* Hardware Interfacing: Sending raw R, G, and B integers to legacy LED controllers or DMX devices that do not support standard RGB objects.
* Percent-Based Displays: Enabling the in percents property to show players their color balance in an easy-to-read 0-100 format on a monitor.
Connectors in
- RGB [type: rgb]
Connectors out
- R [type: integer]
- G [type: integer]
- B [type: integer]
Node properties
- in percents [type: bool]