TiColor Class Reference
Inherits from | TiProxy : NSObject |
Declared in | TiColor.h |
Overview
The UIColor proxy for cases where you need to return the color that was set and you need to return the original value (like #fff) back to the user – UIColor doesn’t give you a way to get the RGB complements so this proxy does it for you.
Tasks
-
+ colorNamed:
Returns color proxy by name.
-
– initWithColor:name:
Initializes the color proxy with color and name.
-
color
Returns the color.
property -
name
Returns the color name.
property