23#ifndef INCLUDE_HUEPLUSPLUS_EXTENDED_COLOR_HUE_STRATEGY_H
24#define INCLUDE_HUEPLUSPLUS_EXTENDED_COLOR_HUE_STRATEGY_H
Definition ExtendedColorHueStrategy.h:35
bool alertHueSaturation(const HueSaturation &hueSat, Light &light) const override
Function that lets the light perform one breath cycle in the specified color.
Definition ExtendedColorHueStrategy.cpp:33
bool alertXY(const XYBrightness &xy, Light &light) const override
Function that lets the light perform one breath cycle in the specified color.
Definition ExtendedColorHueStrategy.cpp:60
Class for Hue Light fixtures.
Definition Light.h:61
Definition SimpleColorHueStrategy.h:35
Namespace for the hueplusplus library.
Definition Action.h:28
Color in hue and saturation.
Definition ColorUnits.h:32
Color and brightness in CIE.
Definition ColorUnits.h:63