Author: agrundman
Date: Tue Jun  1 09:31:10 2010
New Revision: 8836

URL: http://svn.slimdevices.com/jive?rev=8836&view=rev
Log:
Change the color of the spectrum analyzer cap to one that doesn't have the MSB 
bit set, as this causes expensive alpha-blending for an unknown reason on fab4 
but not desktop

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua?rev=8836&r1=8835&r2=8836&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua
 Tue Jun  1 09:31:10 2010
@@ -2476,7 +2476,7 @@
                                bg = { 0x00, 0x00, 0x00, 0x00 },
 
                                barColor = { 0x14, 0xbc, 0xbc, 0xff },
-                               capColor = { 0xb4, 0x56, 0xa1, 0xff },
+                               capColor = { 0x74, 0x56, 0xa1, 0xff },
 
                                isMono = 0,                             -- 0 / 1
 

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua?rev=8836&r1=8835&r2=8836&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
 Tue Jun  1 09:31:10 2010
@@ -3338,7 +3338,7 @@
                                bg = { 0x00, 0x00, 0x00, 0x00 },
 
                                barColor = { 0x14, 0xbc, 0xbc, 0xff },
-                               capColor = { 0xb4, 0x56, 0xa1, 0xff },
+                               capColor = { 0x74, 0x56, 0xa1, 0xff },
 
                                isMono = 0,                             -- 0 / 1
 

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to