new UIColor(type, antialiasLevel, color)
Parameters:
Name | Type | Description |
---|---|---|
type |
The color type, 1 for "rgb" and 2 for "gradient". |
|
antialiasLevel |
The anti-alias level constant. |
|
color |
A #RGBColor or #GradientColor object containing specific color information. |
- Source:
Returns:
A new UIColor object.