Class ColorStop
Definition
- Namespace:
- Tizen.NUI.BaseComponents.VectorGraphics
- Assembly:
- Tizen.NUI.dll
A data storing the information about the color and its relative position inside the gradient bounds.
public class ColorStop
- Inheritance
-
objectColorStop
Constructors
View SourceColorStop(float, Color)
Initialize ColorStop.
Declaration
public ColorStop(float offset, Color color)
Parameters
Type | Name | Description |
---|---|---|
float | offset | |
Color | color |
Properties
View SourceColor
The color value.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Offset
The relative position of the color.
Declaration
public float Offset { get; set; }
Property Value
Type | Description |
---|---|
float |