Alpha Color To Analog
File:TArduinoAlphaColorToAnalog.png
Summary
Splits an alpha color input into separate analog red, green, blue, and alpha outputs.
Description
The **Alpha Color To Analog** component takes a single alpha color input and separates it into individual analog signals for the red, green, blue, and alpha channels. This is useful for driving analog-controlled LEDs, displays, or other systems that require separate channel control from a combined alpha color signal.
Diagram:
Categories
- File:TArduinoColorCategory.png Category Alpha Color – Components for extracting analog signals from alpha color inputs.
Properties
- Initial Value – Optional starting value for the alpha color input.
Pins
Input Pins
- In – Alpha color input.
Output Pins
- Red – Analog output for the red channel.
- Green – Analog output for the green channel.
- Blue – Analog output for the blue channel.
- Alpha – Analog output for the alpha (transparency) channel.