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

◆ mapForestWhisper()

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

Definition at line 221 of file FxNoiseRing.h.

221 {
222 // Deep greens, earth browns, golden highlights (Hue 60-150)
223 uint8_t hue = 60 + (uint8_t)(hue_norm * 90);
224 uint8_t sat = 150 + (uint8_t)(intensity * 105);
225 uint8_t val = 100 + (uint8_t)(intensity * 155);
226 return CHSV(hue, sat, val);
227 }
uint8_t hue

References hue.

Referenced by mapColor().

+ Here is the caller graph for this function: