Definition at line 109 of file noisepalette.cpp.hpp.
109 {
111
112 for (u16 i = 0; i <
width; i++) {
113 for (u16 j = 0; j <
height; j++) {
114
115
116
117
120
121
123 index += ihue;
124 }
125
126
127
128 if (bri > 127) {
129 bri = 255;
130 } else {
131 bri = dim8_raw(bri * 2);
132 }
133
136 }
137 }
138
139 ihue += 1;
140}
CRGBPalette16 currentPalette
fl::vector_psram< u8 > noise
CRGB ColorFromPalette(const CRGBPalette16 &pal, fl::u8 index, fl::u8 brightness, TBlendType blendType)
References fl::ColorFromPalette(), colorLoop, currentPalette, height, leds, noise, width, and XY().
Referenced by draw().