Class UICOLOR

Name

UICOLOR  --  Color class.

Synopsis

 UIColor(<color>,[<opacity>])	--> UIColor object

Description

Class 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.

Methods

UICOLOR Constructor.

Method UICOLOR:UICOLOR()

 UIColor(<color>,[<opacity>])

Platforms

No dependies of platform.