home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / scripts / presets6 / spectrl2.csc < prev    next >
Encoding:
Text File  |  1996-10-24  |  748 b   |  20 lines

  1. REM Off center spectral fill with reverse spectral fill on contour.
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3.  
  4. WITHOBJECT "CorelDraw.Automation.7"
  5.     .StartOfRecording 
  6.     .SuppressPainting 
  7.     .RecorderStorePreselectedObjects TRUE
  8.     .RecorderSelectObjectByIndex TRUE, 1
  9.     .ApplyFountainFill 2, 0, -50, 0, 256, 0, 1, 50
  10.     .SetFountainFillColor 0, 2, 0, 100, 100, 0
  11.     .SetFountainFillColor 65, 2, 100, 0, 0, 0
  12.     .SetFountainFillColor 75, 2, 0, 100, 100, 0
  13.     .SetFountainFillColor 85, 2, 0, 0, 100, 0
  14.     .SetFountainFillColor 100, 2, 0, 100, 100, 0
  15.     .RecorderSelectObjectByIndex TRUE, 1
  16.     .ApplyContour 2, 1523, 5, 0, 2, 0, 0, 0, 0, 2, 100, 100, 0, 0, 2, 0, 0, 0, 0
  17.     .ResumePainting 
  18.     .EndOfRecording 
  19. END WITHOBJECT
  20.