Class ColorStop
Definition
- Namespace:
- Tizen.NUI.Base
Components .VectorGraphics
- Assembly:
- Tizen.NUI.dll
A data storing the information about the color and its relative position inside the gradient bounds.
C#
Copy
public class ColorStop
- Inheritance
-
objectColor
Stop
Constructors
Declaration
C#
Copy
public ColorStop(float offset, Color color)
Parameters
Type | Name | Description |
---|---|---|
float | offset | |
Color | color |
Properties
Declaration
C#
Copy
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Declaration
C#
Copy
public float Offset { get; set; }
Property Value
Type | Description |
---|---|
float |