public static GradientStop Configure(this GradientStop stop, Color color, float offset) { return(stop.Color(color).Offset(offset)); }