Use OkHSV for rainbow labels.

This commit is contained in:
Lukas Tenbrink 2025-05-22 22:53:32 +02:00
parent 7a0ab9d561
commit ea6fbd6687
4 changed files with 24 additions and 3 deletions

View file

@ -454,8 +454,8 @@ private:
};
struct ItemRainbow : public ItemFX {
float saturation = 0.8f;
float value = 0.8f;
float saturation = 0.9f;
float value = 1.0f;
float frequency = 1.0f;
float speed = 1.0f;