home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / PaintShop / psp501ev.exe / %MAINDIR% / Tubes / Tubes.ctl < prev   
Encoding:
Text File  |  1999-01-18  |  2.2 KB  |  64 lines

  1. // Paint Shop Pro "Picture Tube Brush" Control File
  2. //
  3. // (Lines starting with "//" are comment lines and are ignored)
  4. // The first field listing is the name that will be displayed in
  5. // the Picture Tube drop list. The name field
  6. // MUST BE THE FIRST ITEM DEFINED FOR A PICTURE TUBE ENTRY. The order
  7. // of the other items does not matter.
  8. // TubeName:Letter Blocks
  9. // The following field is the file name of the Picture Tube file
  10. // "TubeFile:ABlocks.tub"
  11. // We don't need to specify a width and height for each image because
  12. // the size of the image (EG: Width) must be divisible by the number of
  13. // images (EG: Across.)
  14. // The following field is the number of images across the tube file
  15. // "TubesAcross:5"
  16. // The following field is the number of images down the tube file
  17. // "TubesDown:3"
  18. // The following field is the total number of tubes in the file.
  19. // The field value DOES NOT have to be TubesAcross * TubesDown, nor does
  20. // it have to be specified at all.
  21. // If this field it is not specified then the value is assumed to be
  22. // TubesAcross * TubesDown.
  23. // "TotalTubes:15"
  24. // The following field is the placement setting. This field can be one of
  25. // 2 values: 0 = Random Spacing, 1 = Constant Spacing
  26. // "TubePlacementMode:0"
  27. // The following field is the image selection mode setting. This field may
  28. // be any one of the following values: 0 = Random selection,
  29. // 1 = Incremental selection, 2 = Angle-based selection, 3 = Pressure
  30. // selection, 4 = Velocity selection
  31. // "TubeSelectionMode:0"
  32. // The following field is the size of the "normal" brush step in pixels.
  33. // A placementMode of 0 will cause the brush to be placed between 0 and
  34. // Stepsize pixels from the last brush, and a placementmode of 1 will
  35. // cause the brush to be placed exactally StepSize pixels from the last
  36. // brush.
  37. // (used mode 0 and 1 only)
  38. // "StepSize:100"
  39.  
  40. TubeName:Coins
  41. TubeFile:ACoins.tub
  42. StepSize:200
  43. TubesAcross:6
  44. TubesDown:2
  45. TubePlacementMode:0
  46. TubeSelectionMode:0
  47.  
  48. TubeName:Letter Blocks
  49. TubeFile:ABlocks.tub
  50. TubesAcross:5
  51. TubesDown:3
  52. TubePlacementMode:0
  53. TubeSelectionMode:0
  54. StepSize:100
  55.  
  56. TubeName:Pointing Hands
  57. TubeFile:AHands.tub
  58. StepSize:75
  59. TubesAcross:6
  60. TubesDown:6
  61. TubePlacementMode:1
  62. TubeSelectionMode:2
  63.  
  64.