Where can I find the list of named colors that are accepted by the JavaScript API color object? It is NOT JavaScript's color list. For example
var myColor = new Color('orange'); returns white - because it doesn't know what orange is. (orange works just fine in any style item)
Thanks