예제 #1
0
 public FigletGradient([CanBeNull] FigletGradientStopCollection gradientStops)
 {
     GradientStops = gradientStops ?? throw new ArgumentNullException(nameof(gradientStops));
 }
예제 #2
0
 public FigletGradient()
 {
     GradientStops = new FigletGradientStopCollection(this);
 }