home *** CD-ROM | disk | FTP | other *** search
/ Looney Tunes Photo Fun / LooneyTunesPhotoFun.iso / data1.cab / Other_Files / BrushesSettings.txt next >
Text File  |  2000-03-21  |  1KB  |  65 lines

  1. # Text File for brushes settings in painting workshop
  2. #
  3. # Description of the syntax:
  4. # First Line: Number of brushes. If you add brushes increment this number
  5. # Name: Name of the brush as it is written in the painting workshop in the "PaintingWorkshop.hpp" file
  6. # Type: Type of the brush, can be Gaussian or Standard
  7. # Size: Size of the brush in screen pixels
  8. # Opacity: It is a percentage (100 means completely opaque, 0 means completely transparent)
  9. # Erase: This is a boolean giving the state of the brush : eraser or not
  10. #
  11. Size of Texture Brush: 6
  12. Number of Brushes: 7
  13. Name: PENCILS_BRUSH
  14. Type: Gauss
  15. Size: 4
  16. Opacity: 95
  17. Erase: 0
  18.  
  19. Name: CRAYON_BRUSH
  20. Type: STANDARD
  21. Size: 5
  22. Opacity: 50
  23. Hardness: 45
  24. Frequency: 1
  25. Erase: 0
  26.  
  27. Name: PAINT_BRUSH_BRUSH
  28. Type: GAUSS
  29. Size: 15
  30. Opacity: 95
  31. Erase: 0
  32.  
  33. Name: CHALK_BRUSH
  34. Type: STANDARD
  35. Size: 10
  36. Opacity: 40
  37. Hardness: 20
  38. Frequency: 1
  39. Erase: 0
  40.  
  41. Name: LIPSTICK_BRUSH
  42. Type: STANDARD
  43. Size: 7
  44. Opacity: 95
  45. Hardness: 20
  46. Frequency: 1
  47. Erase: 0
  48.  
  49. Name: SPRAY_CAN_BRUSH
  50. Type: GAUSS
  51. Size: 30
  52. Opacity: 60
  53. Erase: 0
  54.  
  55. Name: ERASER_BRUSH
  56. Type: GAUSS
  57. Size: 25
  58. Opacity: 100
  59. Erase: 1
  60.  
  61.  
  62.  
  63.