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

◆ mapColor()

CRGB ColorPaletteManager::mapColor ( float hue_norm,
float intensity,
float special_param = 0.0f )
inline

Definition at line 184 of file FxNoiseRing.h.

184 {
185 switch(current_palette) {
186 case 0: return mapSunsetBoulevard(hue_norm, intensity, special_param);
187 case 1: return mapOceanBreeze(hue_norm, intensity, special_param);
188 case 2: return mapNeonNights(hue_norm, intensity, special_param);
189 case 3: return mapForestWhisper(hue_norm, intensity, special_param);
190 case 4: return mapGalaxyExpress(hue_norm, intensity, special_param);
191 default: return mapSunsetBoulevard(hue_norm, intensity, special_param);
192 }
193 }
CRGB mapSunsetBoulevard(float hue_norm, float intensity, float special_param)
CRGB mapForestWhisper(float hue_norm, float intensity, float special_param)
CRGB mapGalaxyExpress(float hue_norm, float intensity, float special_param)
CRGB mapNeonNights(float hue_norm, float intensity, float special_param)
CRGB mapOceanBreeze(float hue_norm, float intensity, float special_param)

References current_palette, mapForestWhisper(), mapGalaxyExpress(), mapNeonNights(), mapOceanBreeze(), and mapSunsetBoulevard().

+ Here is the call graph for this function: