$CLASSNAME$
	UIColor
$SUMMARY$
	Class UIColor.
$LANG_RU$
	 UIColor.
$ABOUT$
	Color class.
$LANG_RU$
	 .
$SYNTAX$
	UIColor(<color>,[<opacity>])	--> UIColor object
$LANG_RU$
	UIColor(<color>,[<opacity>])	-->  UIColor
$ATTRIBUTES$
	<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.
$LANG_RU$
	<className>	-  . : "UIColor".
	<red>		-    .   0  255.
	<green>		- ̣   .   0  255.
	<blue>		-    .   0  255.
	<opacity>	-   .   0  255.

$METHODNAME$
	UIColor()
$SUMMARY$
	Constructor.
$LANG_RU$
	.
$SYNTAX$
	UIColor(<color>,[<opacity>])
$ARGUMENTS$
	<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).
$LANG_RU$
	<color>		- . .    '#RRGGBB':       , ̣    . '00' -  , 'FF' -  . , '#FFFF00' - ֣ .
	<opacity>	- . .   0 (  )  1 (  ).

$EXAMPLES$
	color := UIColor("#0000FF") /* Blue color */
$ENDMETHOD$

$PLATFORMS$
	No dependies of platform.
$LANG_RU$
	   .
$SEEALSO$
$AUTHOR$
	Andrey Cherepanov <skull@eas.lrn.ru>
$LANG_RU$
	  <skull@eas.lrn.ru>
$LASTDATE$
