GradientStop
classin packageklyn.gui.windows
public class GradientStop:
Single color stop used by gradients.
stop = GradientStop(0.5, Color(255, 255, 255, 1.0))
print(stop)
Properties
| Modifier and Type |
Member |
Description |
| public property |
color |
Color attached to the stop. |
| public property |
offset |
Offset in `[0. |
Constructors
| Modifier and Type |
Member |
Description |
| public |
GradientStop |
No summary. |
Methods
| Modifier and Type |
Member |
Description |
| public |
clone |
Duplicates the current stop. |
| public override |
toString |
No summary. |