Exemplo n.º 1
0
 public FigletGradient([CanBeNull] FigletGradientStopCollection gradientStops)
 {
     GradientStops = gradientStops ?? throw new ArgumentNullException(nameof(gradientStops));
 }
Exemplo n.º 2
0
 public FigletGradient()
 {
     GradientStops = new FigletGradientStopCollection(this);
 }