Webcolor Class Reference
Inherits from | NSObject |
Declared in | Webcolor.h |
Tasks
-
+ webColorNamed:
Returns web color by name.
-
+ colorForRGBFunction:
Returns the color for RGB function.
-
+ colorForHex:
Returns the color for hex string.
Class Methods
colorForHex:
Returns the color for hex string.
+ (UIColor *)colorForHex:(NSString *)hexCode
Parameters
- hexCode
The hex string.
Return Value
The color object.
Declared In
Webcolor.h