Color To RGBW Color

From Visuino
Revision as of 02:01, 24 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoColorToRGBWColor.png == Summary == Converts a standard color input into an RGBW color output. == Description == The **Color To RGBW Color** component transforms an incoming color signal into an RGBW color, adding a white channel to the original RGB values. The '''White''' property sets the intensity of the white channel, and an '''Initial Value''' can be defined at startup. This is useful for driving RGBW LEDs or systems that require separat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoColorToRGBWColor.png

Summary

Converts a standard color input into an RGBW color output.

Description

The **Color To RGBW Color** component transforms an incoming color signal into an RGBW color, adding a white channel to the original RGB values. The White property sets the intensity of the white channel, and an Initial Value can be defined at startup. This is useful for driving RGBW LEDs or systems that require separate white intensity for lighting effects.

Diagram:

Categories

Properties

  • Initial Value – The starting RGBW color value.
  • White – Intensity of the white channel in the output.

Pins

Input Pins

  • In – Incoming color signal.

Output Pins

  • Out – Converted RGBW color output.