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

◆ mapOceanBreeze()

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

Definition at line 204 of file FxNoiseRing.h.

204 {
205 // Deep blues, aqua, seafoam green (Hue 120-210)
206 uint8_t hue = 120 + (uint8_t)(hue_norm * 90);
207 uint8_t sat = 180 + (uint8_t)(intensity * 75);
208 uint8_t val = 120 + (uint8_t)(intensity * 135);
209 return CHSV(hue, sat, val);
210 }
uint8_t hue

References hue.

Referenced by mapColor().

+ Here is the caller graph for this function: