Class ColorSelector
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
Color selector.
public class ColorSelector : Selector<Color>
- Inheritance
Constructors
View SourceColorSelector()
Default constructor.
Declaration
public ColorSelector()
ColorSelector(Selector<Color>)
Constructor with base class object.
Declaration
public ColorSelector(Selector<Color> selector)
Parameters
| Type | Name | Description |
|---|---|---|
| Selector<Color> | selector |
Methods
View SourceClone()
Color selector clone function.
Declaration
public ColorSelector Clone()
Returns
| Type | Description |
|---|---|
| ColorSelector |