v1.2.2
Adds a new color
property on Pattern
instances that retrieves the background color of the pattern as a hex color.
var pattern = GeoPattern.generate('GitHub');
pattern.color // => "#455e8a"
Adds a new color
property on Pattern
instances that retrieves the background color of the pattern as a hex color.
var pattern = GeoPattern.generate('GitHub');
pattern.color // => "#455e8a"