Move ol/color/color.js to ol/color.js

This commit is contained in:
Tim Schaub
2016-08-06 10:49:19 -06:00
parent ffe3565166
commit cb1b3a09b3
2 changed files with 0 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/**
* Colors can be defined as a {@link ol.Color} array, or as strings in
* `rgb(r,g,b)` or `rgba(r,g,b,a)` format, or in hex `#rrggbb` or `#rgb` format.
* Color names, like 'red', 'blue' or 'green', may also be used with the
* Canvas renderer.
*
* @namespace ol.color
*/