Add openrgb-hue: Hue scene gradients for OpenRGB lights
Applies gradients derived from 103 bundled Philips Hue scenes to OpenRGB-controlled LEDs, with six mapping modes (sequence, per-device, per-zone, matrix, mirror, shuffle) and five animation modes (static, scroll, pingpong, pulse, wave). Typer/Rich CLI with dry-run preview, device/zone targeting, and a scenes-update command to refresh the bundled dataset from its source gist. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from openrgb_hue.color import Color
|
||||
from openrgb_hue.gradient import Gradient, Stop
|
||||
|
||||
__version__ = "0.1.0"
|
||||
|
||||
__all__ = ["Color", "Gradient", "Stop", "__version__"]
|
||||
Reference in New Issue
Block a user