New smooth effect: Color Clouds (#5268)
* New Effect: Color Clouds ColorClouds: Random start points for clouds and color ColorClouds: new config option 'More red' * ColorClouds: Incorporated review comments - Support for color palettes - Use perlin16() instead of inoise16() - Use cos8_t() instead of cos8() * ColorClouds: incorporated more review comments * ColorClouds: incorporated final review comment
This commit is contained in:
@@ -399,7 +399,8 @@ static uint8_t strip_getPaletteBlend(); // forward declaration: little helper t
|
||||
#define FX_MODE_PS1DSPRINGY 227
|
||||
#define FX_MODE_PARTICLEGALAXY 228
|
||||
|
||||
#define MODE_COUNT 229
|
||||
#define FX_MODE_COLORCLOUDS 229
|
||||
#define MODE_COUNT 230
|
||||
|
||||
typedef enum mapping1D2D {
|
||||
M12_Pixels = 0,
|
||||
|
||||
Reference in New Issue
Block a user