javafx.scene.paint.Stop used in conjunction with Linear and Radial Gradients
This node takes the attributes of the javafx.scene.paint.Stop class. see javafx.scene.paint.Stop
Specifically:
offset - number ranging from 0 to 1 to indicate where the gradient stop should be placed
color - The color of the gradient at this offset. The default is black.
This node does not take content
This node creates a gradient stop.