This image has two light filters applied to it - an ambient filter (giving it a dim blue overall light) and a cone filter, illuminating it like an electric torch.

Change any of the parameters in the ambient and cone tables, then click outside the table to see the effect. You can also change the cone's target coordinates by clicking on the image, and its source x,y coordinates by Shift-clicking. Below are the script statements to generate the filters as you currently see them.

MyPic.filters.light.addcone(10,30,0,130,150,255,255,0,50,15)

MyPic.filters.light.addAmbient(0,0,255,40)

Cone Light Parameters
Source
X pos
Source
Ypos
Source
Zpos
Target
Xpos
Target
Ypos
Red
(0-255)
Green
(0-255)
Blue
(0-255)
Strength
(0-100)
Spread Angle
(0-90 degrees)
Ambient Light Parameters
Red Green Blue Strength

Back to Menu