Oscilloscope 0.5.0
A simple oscilloscope VST
Loading...
Searching...
No Matches
ColorPalette.h
Go to the documentation of this file.
1/*
2 ==============================================================================
3
4 ColorPalette.h
5 Created: 8 Mar 2023 12:48:40pm
6 Author: wadda
7
8 ==============================================================================
9*/
10
11#pragma once
12#include <JuceHeader.h>
13
19static juce::Colour CONTROLSECTIONCOLOR() { return juce::Colour(3, 187, 133); };
20
26static juce::Colour GUITOGGLERCOLOUR() { return juce::Colours::ghostwhite.withAlpha(float(0.4)); };
27
33static juce::Colour WAVEFORMCOLOUR() { return juce::Colours::beige; };