GradientStop.

GradientStop(Color, double) Constructor

Summary

Initializes a new instance of the GradientStop class.
Namespace
Avalonia.Media
Containing Type
GradientStop

Syntax

public GradientStop(Color color, double offset)

Parameters

Name Type Description
color Color The color
offset double The offset

Return Value

Type Description
void