Ramp To RGBW Color Value

From Visuino
Revision as of 03:15, 24 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRampToRGBWColorValue.png == Summary == Smoothly transitions an RGBW color value toward a target value over time. == Description == The **Ramp To RGBW Color Value** component gradually changes the incoming RGBW color from its current value to the target input value at a rate determined by the '''Slope''' property (in seconds). An '''Initial Value''' can be set for startup. This is useful for creating smooth color transitions in LEDs, displays...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRampToRGBWColorValue.png

Summary

Smoothly transitions an RGBW color value toward a target value over time.

Description

The **Ramp To RGBW Color Value** component gradually changes the incoming RGBW color from its current value to the target input value at a rate determined by the Slope property (in seconds). An Initial Value can be set for startup. This is useful for creating smooth color transitions in LEDs, displays, or visual effects.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Initial Value – Starting RGBW color value.
  • Slope (Sec) – Time in seconds to transition from the current value to the target input.

Pins

Input Pins

  • In – Target RGBW color value to ramp toward.
  • Clock – Optional clock input to trigger ramp updates.

Output Pins

  • Out – Current RGBW color value as it transitions toward the target.