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:
Joachim Dick
2026-03-11 08:19:42 +01:00
committed by Frank
parent 2dedbf469a
commit f96c2087d9
2 changed files with 82 additions and 1 deletions

View File

@@ -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,