mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
update logo.png
This commit is contained in:
parent
22bd62b7d4
commit
08830c2080
3 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ void KnobLookAndFeel::drawRotarySlider(juce::Graphics& g, int x, int y, int widt
|
||||||
// g.drawEllipse(rx, ry, rw, rw, 1.5f);
|
// g.drawEllipse(rx, ry, rw, rw, 1.5f);
|
||||||
|
|
||||||
// Pointer line with glow — green (left) → yellow (mid) → red (right)
|
// 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 indicatorColour = juce::Colour::fromHSV(0.02f + 0.30f * (1.0f - sliderPos), 0.55f, 0.98f, 1.0f);
|
||||||
auto glowColour = juce::Colour::fromHSV(0.33f * (1.0f - sliderPos), 0.85f, 0.9f, 0.4f);
|
auto glowColour = juce::Colour::fromHSV(0.02f + 0.30f * (1.0f - sliderPos), 0.55f, 0.98f, 0.4f);
|
||||||
|
|
||||||
g.setColour(glowColour);
|
g.setColour(glowColour);
|
||||||
juce::Path pointerGlow;
|
juce::Path pointerGlow;
|
||||||
|
|
|
||||||
BIN
bg.png
BIN
bg.png
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.5 MiB |
BIN
logo.png
BIN
logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 784 KiB After Width: | Height: | Size: 78 KiB |
Loading…
Add table
Add a link
Reference in a new issue