Browse Source

Docs: added setContextStyle

greyscales 12 years ago
parent
commit
0859e79db1
1 changed files with 8 additions and 0 deletions
  1. 8 0
      docs/api/core/Color.html

+ 8 - 0
docs/api/core/Color.html

@@ -108,6 +108,14 @@
 		Sets this color from a hexadecimal value.
 		</div>
 
+		<h3>.setContextStyle( [page:String contextStyle] ) [page:this]</h3>
+		<div>
+		contextStyle — Color in CSS context style format.<br />
+		</div>
+		<div>
+		Sets this color from a CSS context style string.
+		</div>
+
 		<h3>.getHex() [page:Integer]</h3>
 		<div>
 		Returns the value of this color in hexadecimal.