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.
C#Copypublic class ColorStop
- Inheritance
-
objectColorStop
Constructors
Declaration
C#Copypublic ColorStop(float offset, Color color)
Parameters
Type | Name | Description |
---|---|---|
float | offset | |
Color | color |
Properties
Declaration
C#Copypublic Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Declaration
C#Copypublic float Offset { get; set; }
Property Value
Type | Description |
---|---|
float |