From 8def8244a0e3e4440d7206883c9e144749a2392d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Dec 2011 04:47:41 +0000 Subject: Use opaque port colours. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3886 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/Configuration.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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 { } -- cgit v1.2.1