new Stop(0.3472, Color.rgb(153, 153, 153)),
new Stop(0.5000, Color.rgb(0, 0, 0)),
new Stop(0.6805, Color.rgb(153, 153, 153)),
new Stop(0.8750, Color.rgb(0, 0, 0)),
new Stop(1.0000, Color.rgb(254, 254, 254)));
image = bmGradient.apply(new Rectangle(width,height)).getImage();
break;
case CHROME:
ConicalGradient cmGradient = new ConicalGradient(new Point2D(width/2d,height/2d),
new Stop(0.00, Color.WHITE),
new Stop(0.09, Color.WHITE),