Changes

Jump to navigation Jump to search
m
Line 1: Line 1: −
{{Sugar Almanac}}
+
{{Almanac}}
      −
=== What colors are in the sugar system color palette? ==
+
=== What colors are in the sugar system color palette? ===
 
To keep your activity with the same look and feel of the sugar os, you might want to consider using the system color palette in your activity.  Here are some of the colors available to you to ensure a consistent look and feel.
 
To keep your activity with the same look and feel of the sugar os, you might want to consider using the system color palette in your activity.  Here are some of the colors available to you to ensure a consistent look and feel.
 
*COLOR_PANEL_GREY
 
*COLOR_PANEL_GREY
Line 11: Line 11:  
*COLOR_INACTIVE_STROKE
 
*COLOR_INACTIVE_STROKE
 
*COLOR_TEXT_FIELD_GREY
 
*COLOR_TEXT_FIELD_GREY
 +
    
=== How do I use the system colors in my activity? ===
 
=== How do I use the system colors in my activity? ===
Line 20: Line 21:  
</pre>
 
</pre>
   −
=== For example, how would I change the background color of my activity? ===
+
 
 +
 
 +
=== Is there a transparent color? ===
 +
Yes there is.  You want to use sugar.graphics.style.COLOR_TRANSPARENT
 +
 
 +
 
 +
 
 +
=== Can I use the sugar color object for my own colors since it offers so many useful conversion functions?  ===
 +
Indeed, you can construct your own color objects with all of the same conversion utilities.  Pass into the constructor a hexadecimal string.  An optional second parameter lets you specify an alpha value.
 +
 
 +
<pre>
 +
red = sugar.graphics.style.Color('#FF0000')
 +
</pre>
 +
 
 +
 
 +
 
 +
=== How do I change the background color of my activity? ===
 
Here is how you would change the color of your activity's background using the sugar system colors:
 
Here is how you would change the color of your activity's background using the sugar system colors:
 
<pre>
 
<pre>

Navigation menu