Colors are uints.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@844 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -117,7 +117,7 @@ public class ChatControl extends HBox
|
|||||||
/**
|
/**
|
||||||
* Configures the background color of the text entry area.
|
* Configures the background color of the text entry area.
|
||||||
*/
|
*/
|
||||||
public function setChatColor (color :int) :void
|
public function setChatColor (color :uint) :void
|
||||||
{
|
{
|
||||||
_txt.setStyle("backgroundColor", color);
|
_txt.setStyle("backgroundColor", color);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user