CSS Filter: Light

Added light FX to the picture on the left

code:

 

<img
style="filter:light();"
id="mypic"
src="C:\windows\web\wallpaper\bliss.bmp"
onload="javascript:this.filters.light.addCone(this.width/2,this.height/2,100,this.width/2,this.height/2,255,255,255,100,30)"
onmousemove="javascript:this.filters.light.moveLight(0,event.offsetX,event.offsetY,200,1)"
/>

 

Comments