javascript Programming Glossary: fillcolor
Geometry (CONVOLUTION) function with javascript or jquery http://stackoverflow.com/questions/19167858/geometry-convolution-function-with-javascript-or-jquery r strokeColor #FF0000 strokeOpacity 0.8 strokeWeight 2 fillColor #FF0000 fillOpacity 0.35 druga.setMap map else alert Directions..
How can I perform flood fill with HTML Canvas? http://stackoverflow.com/questions/2106995/how-can-i-perform-flood-fill-with-html-canvas r2 g1 g2 g1 g2 b1 b2 b1 b2 function floodFill canvas x y fillColor borderColorDelta ... Update I wrote my own implementation of.. changed. canvas .................... Canvas to modify. fillColor ................. RGBA Color to fill with. This may be a string.. color under the seed point x y . Parameters stopFunction fillColor seedColor pixelColor . Returns true if flooding shoud stop...
How to calculate the latlng of a point a certain distance away from another? http://stackoverflow.com/questions/2637023/how-to-calculate-the-latlng-of-a-point-a-certain-distance-away-from-another center pointA radius radius 1000 Convert to meters fillColor '#FF0000' fillOpacity 0.2 map map Show marker at circle center..
Highlight polygon and tint rest of map using Google Maps http://stackoverflow.com/questions/2956355/highlight-polygon-and-tint-rest-of-map-using-google-maps strokeColor #000000 strokeOpacity 0.8 strokeWeight 2 fillColor #000000 fillOpacity 0.5 bermudaTriangle.setMap map share improve..
Drawing a circle on the canvas using mouse events http://stackoverflow.com/questions/3814442/drawing-a-circle-on-the-canvas-using-mouse-events var ctx canvas.context ctx.fillCircle function x y radius fillColor this.fillStyle fillColor this.beginPath this.moveTo x y this.arc.. function x y radius fillColor this.fillStyle fillColor this.beginPath this.moveTo x y this.arc x y radius 0 Math.PI..
Raphael canvas(background) onclick event http://stackoverflow.com/questions/4157590/raphael-canvasbackground-onclick-event R Raphael canvas 100 100 R.rect 100 100 25 50 .attr fill fillColor .dblclick myDblClick Using the same principle on the canvas..
Can someone clarify Raphael's documentation? (or know a place in which someone already has done it) http://stackoverflow.com/questions/8155913/can-someone-clarify-raphaels-documentation-or-know-a-place-in-which-someone-a into the getHoverHandler function function getHoverHandler fillColor var cSet set return function cSet.animate fill fillColor 300.. fillColor var cSet set return function cSet.animate fill fillColor 300 set.hover getHoverHandler '#000' getHoverHandler '#FFF'..
Draw radius around a point in Google map http://stackoverflow.com/questions/825794/draw-radius-around-a-point-in-google-map google.maps.Circle map map radius 16093 10 miles in metres fillColor '#AA0000' circle.bindTo 'center' marker 'position' You can make.. look just like the Google Latitude circle by changing the fillColor strokeColor strokeWeight etc full API . See more source code..
|