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