Summary
Initializes a new instance of the
ImmutableGradientBrush
class.
- Namespace
- Avalonia
.Media .Immutable - Containing Type
- Immutable
Gradient Brush
Syntax
protected ImmutableGradientBrush(IReadOnlyList<ImmutableGradientStop> gradientStops, double opacity, GradientSpreadMethod spreadMethod)
Parameters
Name | Type | Description |
---|---|---|
gradientStops | IReadOnlyList |
The gradient stops. |
opacity | double | The opacity of the brush. |
spreadMethod | GradientSpreadMethod | The spread method. |
Return Value
Type | Description |
---|---|
void |