update logo.png

This commit is contained in:
Armin 2026-08-12 23:26:30 +02:00
commit 08830c2080
3 changed files with 2 additions and 2 deletions

View file

@ -59,8 +59,8 @@ void KnobLookAndFeel::drawRotarySlider(juce::Graphics& g, int x, int y, int widt
// g.drawEllipse(rx, ry, rw, rw, 1.5f);
// Pointer line with glow — green (left) → yellow (mid) → red (right)
auto indicatorColour = juce::Colour::fromHSV(0.33f * (1.0f - sliderPos), 0.85f, 0.9f, 1.0f);
auto glowColour = juce::Colour::fromHSV(0.33f * (1.0f - sliderPos), 0.85f, 0.9f, 0.4f);
auto indicatorColour = juce::Colour::fromHSV(0.02f + 0.30f * (1.0f - sliderPos), 0.55f, 0.98f, 1.0f);
auto glowColour = juce::Colour::fromHSV(0.02f + 0.30f * (1.0f - sliderPos), 0.55f, 0.98f, 0.4f);
g.setColour(glowColour);
juce::Path pointerGlow;

BIN
bg.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.5 MiB

Before After
Before After

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 784 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Before After
Before After