<PackageReference Include="System.Drawing.Common" Version="8.0.0" />

Blend

public sealed class Blend
Defines a blend pattern for a LinearGradientBrush object. This class cannot be inherited.
public float[] Factors { get; set; }

Gets or sets an array of blend factors for the gradient.

public float[] Positions { get; set; }

Gets or sets an array of blend positions for the gradient.

public Blend()

Initializes a new instance of the Blend class.

public Blend(int count)

Initializes a new instance of the Blend class with the specified number of factors and positions.