FastLED 3.9.15
Loading...
Searching...
No Matches

◆ mapSunsetBoulevard()

CRGB ColorPaletteManager::mapSunsetBoulevard ( float hue_norm,
float intensity,
float special_param )
inlineprivate

Definition at line 196 of file FxNoiseRing.h.

196 {
197 // Warm oranges, deep reds, golden yellows (Hue 0-45)
198 uint8_t hue = (uint8_t)(hue_norm * 45);
199 uint8_t sat = 200 + (uint8_t)(intensity * 55);
200 uint8_t val = 150 + (uint8_t)(intensity * 105);
201 return CHSV(hue, sat, val);
202 }
uint8_t hue

References hue.

Referenced by mapColor().

+ Here is the caller graph for this function: