home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 23 / CDROM23.iso / corel / Draw / Fill_out / Fills / Fountain / rainbow5.csc < prev    next >
Encoding:
Text File  |  1997-08-19  |  634 b   |  21 lines

  1. REM Favorite : Fill
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .StoreColor 5, 253, 255, 206, 0, 0, 0, 100,  0
  9.     .StoreColor 5, 253, 255, 196, 0, 0, 0, 100,  1
  10.     .StoreColor 5, 255, 158, 96, 0, 0, 0, 100,  18
  11.     .StoreColor 5, 207, 154, 0, 0, 0, 0, 100,  45
  12.     .StoreColor 5, 247, 167, 232, 0, 0, 0, 100,  68
  13.     .StoreColor 5, 0, 161, 245, 0, 0, 0, 100,  99
  14.     .StoreColor 5, 70, 158, 255, 0, 0, 0, 100,  100
  15.     .ApplyFountainFill 0, 0, 0, -1800, 256, 0, 3, 50
  16.     .ResumePainting 
  17.     .EndOfRecording 
  18. END WITHOBJECT
  19.  
  20.  
  21.