| color | Constant color. | 
A single constant color for the entire gradient.
| gradient | A single gradient for evaluating against. | 
Use one gradient when evaluating numbers along this Min-Max gradient.
| min | The constant color describing the minimum colors to be evaluated. | 
| max | The constant color describing the maximum colors to be evaluated. | 
Randomly select colors based on the interval between the minimum and maximum constants.
| min | The gradient describing the minimum colors to be evaluated. | 
| max | The gradient describing the maximum colors to be evaluated. | 
Randomly select colors based on the interval between the minimum and maximum gradients.