home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / freeware / multimedia / plugincommander / pico15light.exe / Snipets.db < prev    next >
Encoding:
Text File  |  1999-10-15  |  790 b   |  33 lines

  1. # Code Snipet Database
  2. # --------------------
  3. # Added by Harry
  4. # Format: <FF Code>; <Description>
  5.  
  6. #Gradients
  7. x*255/X; Vertical Gradient
  8. y*255/X; Horizontal Gradient
  9. m*255/X; Radial Gradient
  10. scl(d,-512,512,255,0); Fan Gradient
  11. c2m(x,y)*128/M; Quarter of a Radial Gradient
  12. c2d(x,y); Beam Gradient
  13. y<Y/2?scl(d,-511,0,255,0):scl(d,1,512,0,255); Cone Gradient
  14. min(x*255/X,y*255/Y); Quarter Pyramid Gradient
  15. max(x*255/X,y*255/Y); Quarter Pyramid Gradient 2
  16. m*255/X; Preview correction "m" 
  17. x*255/X; Preview correction "x"
  18. y*255/Y; Preview correction "y"
  19.  
  20. #Others
  21. sin(ctl(0)*d); Center Beams
  22.  
  23. # From Alfredo Mateus
  24. scl(m,0,M,0,255); Another Radial Gradient
  25.  
  26. # From Sandy Blair
  27.  
  28. scl(c,0,255,ctl(0)<128?0:2*ctl(0)-255,ctl(0)<128?2*ctl(0):255); Contrast Slider 0
  29.  
  30.  
  31.  
  32.  
  33.