Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hanislovingit
Created April 22, 2015 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanislovingit/cd9ec89e339806df8dda to your computer and use it in GitHub Desktop.
Save hanislovingit/cd9ec89e339806df8dda to your computer and use it in GitHub Desktop.
Bing-map-creation-api-color
// The range of values for alpha, red, green and blue is 0-255.
var mouseoverPolyOptions = {
fillColor: new Microsoft.Maps.Color(100, 0, 0, 255),
strokeColor: new Microsoft.Maps.Color(100, 0, 0, 255),
strokeThickness: 2
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment