Add color to api docs
This commit is contained in:
@@ -18,6 +18,7 @@ goog.require('ol');
|
||||
* red, green, and blue should be integers in the range 0..255 inclusive.
|
||||
* alpha should be a float in the range 0..1 inclusive.
|
||||
* @typedef {Array.<number>}
|
||||
* @api
|
||||
*/
|
||||
ol.Color;
|
||||
|
||||
|
||||
3
src/ol/color/color.jsdoc
Normal file
3
src/ol/color/color.jsdoc
Normal file
@@ -0,0 +1,3 @@
|
||||
/**
|
||||
* @namespace ol.color
|
||||
*/
|
||||
Reference in New Issue
Block a user