diff options
author | David Robillard <d@drobilla.net> | 2011-12-18 04:47:41 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-18 04:47:41 +0000 |
commit | 8def8244a0e3e4440d7206883c9e144749a2392d (patch) | |
tree | 3ada34b6b3aea0c3fbca6de1ea2a3d4a2f21be4d /src | |
parent | e9bcf4aff61b5ec2f0352b0537897d925edd6d4b (diff) | |
download | ingen-8def8244a0e3e4440d7206883c9e144749a2392d.tar.gz ingen-8def8244a0e3e4440d7206883c9e144749a2392d.tar.bz2 ingen-8def8244a0e3e4440d7206883c9e144749a2392d.zip |
Use opaque port colours.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3886 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/Configuration.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/Configuration.cpp b/src/gui/Configuration.cpp index 3a2ce696..2d8cf2e6 100644 --- a/src/gui/Configuration.cpp +++ b/src/gui/Configuration.cpp @@ -38,14 +38,14 @@ namespace GUI { using namespace Ingen::Client; Configuration::Configuration(App& app) - // Colours from the Tango palette with modified V and alpha + // Colours from the Tango palette with modified V : _app(app) , _name_style(HUMAN) - , _audio_port_color( 0x4A8A0EC0) // Green - , _control_port_color(0x244678C0) // Blue - , _event_port_color( 0x960909C0) // Red - , _string_port_color( 0x5C3566C0) // Plum - , _value_port_color( 0xBABDB6C0) // Aluminum + , _audio_port_color( 0x4A8A0EFF) // Green + , _control_port_color(0x244678FF) // Blue + , _event_port_color( 0x960909FF) // Red + , _string_port_color( 0x5C3566FF) // Plum + , _value_port_color( 0xBABDB6FF) // Aluminum { } |