Expand docs for color options

This commit is contained in:
Peter Robins
2014-07-29 12:30:37 +00:00
parent a7e32469fa
commit d5e1c27fc1
4 changed files with 15 additions and 8 deletions
+4 -4
View File
@@ -4652,8 +4652,8 @@ olx.style.FillOptions;
/**
* Color. Default null; if null, the Canvas/renderer default black will be
* used.
* Color. See {@link ol.color} for possible formats. Default null; if null,
* the Canvas/renderer default black will be used.
* @type {ol.Color|string|undefined}
*/
olx.style.FillOptions.prototype.color;
@@ -4805,8 +4805,8 @@ olx.style.StrokeOptions;
/**
* Color. Default null; if null, the Canvas/renderer default black will be
* used.
* Color. See {@link ol.color} for possible formats. Default null; if null,
* the Canvas/renderer default black will be used.
* @type {ol.Color|string|undefined}
*/
olx.style.StrokeOptions.prototype.color;