| <className> | - Class name. Value should be "UIColor". |
| <red> | - Red constituent of color. Value should be from 0 to 255. |
| <green> | - Green constituent of color. Value should be from 0 to 255. |
| <blue> | - Blue constituent of color. Value should be from 0 to 255. |
| <opacity> | - Opacity of color. Value should be from 0 to 255. |
| UICOLOR | Constructor. |
UIColor(<color>,[<opacity>])
| <color> | - String. Color. Defined in format '#RRGGBB': hexadecimal value in two bytes of red, green and blue color constituents respectively. '00' - minimal value, 'FF' - maximum value of each constituent. For example, '#FFFF00' is value for yellow color. |
| <opacity> | - Number. Opacity. Value should be from 0 (full opacity color) to 1 (absolutely transparent color). |
| Returns : | NIL |