Module type for ol.Color

This commit is contained in:
Frederic Junod
2018-03-19 09:25:45 +01:00
parent f5aa7d7867
commit 3edbbf0b46
8 changed files with 24 additions and 24 deletions

View File

@@ -99,7 +99,7 @@ const Icon = function(opt_options) {
/**
* @private
* @type {ol.Color}
* @type {module:ol/color~Color}
*/
this.color_ = options.color !== undefined ? asArray(options.color) : null;
@@ -248,7 +248,7 @@ Icon.prototype.getAnchor = function() {
/**
* Get the icon color.
* @return {ol.Color} Color.
* @return {module:ol/color~Color} Color.
* @api
*/
Icon.prototype.getColor = function() {