home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 156.img / PB4PLUS1.ZIP / COLOR8.INI < prev    next >
INI File  |  1989-09-29  |  3KB  |  112 lines

  1. Colors are given as "colorname=red green blue" (each color 0...255)
  2. [Colors]
  3. ;    menu colors - background and text
  4. Menu=0 255 255
  5. Menutext=0 0 0
  6. ;    dialog box colors
  7. Window=255 255 255
  8. Windowtext=0 0 0
  9. ;    scrollbar colors
  10. ScrollFore=0 0 0
  11. ScrollBack=0 255 255
  12. ;    caption bar colors
  13. Caption=0 0 128
  14. Captiontext=255 255 255
  15. ;    window background (always b/w)
  16. Background=128 128 128
  17. Toolback=0 255 255
  18. Toolfore=255 0 0
  19. Toolshadow=128 0 0
  20. Highlight=0 0 255
  21.  
  22. [Display]
  23. ;  0 turns it off, 1 turns it on
  24. CaptionBar = 1
  25. Menu = 1
  26. Palette = 1
  27. ScrollBars = 1
  28. Toolbox = 1
  29. ContextHelp = 1
  30. InfoLineHelp = 1
  31. ;  ZoomSplit = v for vertical, h for horizontal
  32. ZoomSplit=V
  33. ;  ZoomOutRatio can be 2, 3, 4, 6, 8, 16
  34. ZoomOutRatio = 3
  35. ;  ZoomInRatio can be 2, 3, 4, 6, 8
  36. ZoomInRatio = 3
  37. ;  SplitSpots are in units of pixels, 0 for centered
  38. ZoomOutSplitSpot = 0
  39. ZoomInSplitSpot = 0
  40.  
  41. [Tools]
  42. ;  LineWidth = 0 - 40
  43. LineWidth = 1
  44. ;  BrushShapes are 1 - 7
  45. BrushShape=2
  46. ;  ColorModel = RGB or HLS
  47. ColorModel=RGB
  48. ;  AspectRatio values from .25 to 4.00
  49. AspectRatio = 1.0
  50. CustomAspect = 1.00
  51. ; AspectType = CUSTOM, SCREEN, or PRINTER
  52. AspectType = Printer
  53. ;  solids: 0 is off, 1 is on
  54. SolidColors = 0
  55. ;  drawing GradientType = H for horiz, V for vert, or R for radial
  56. GradientType = H
  57. GradientSolid = 0
  58. ;  Units are INCHES, CENTIMETERS, POINTS, PICAS, or PIXELS
  59. Units = Pixels
  60.  
  61. [Files]
  62. ;  ImageTypes are PCX, UTIFF or CTIFF
  63. ImageType = PCX
  64.  
  65. [Fonts]
  66. ;  default font names can have full paths
  67. Font1 = Tms8.xfr
  68. Font2 = Helv.xfr
  69. Font3 = Helv.otl
  70. Font4 = Dingbat.xfr
  71. ; font Format = BITMAP or OUTLINE
  72. Format = Bitmap
  73. ;  Styles are PLAIN, GRADIENT or OUTLINE
  74. Style = plain
  75. ;  Alignments are LEFT, RIGHT, JUSTIFY or CENTER
  76. Alignment = Left
  77. ;  0 is off, 1 is on
  78. Bold = 0
  79. Italic = 0
  80. Shadow = 0
  81. Underline = 0
  82. Transparent = 0
  83. 3DShadow = 0
  84. GradientSolid = 0
  85. ;  font GradientType = H for horiz, V for vert, or R for radial
  86. GradientType = H
  87. ; font shadow X and Y values are pixels, range -500 to 500
  88. ShadowY = 4
  89. ShadowX = 4
  90. ;  next 3 font type specs are in units of pixels
  91. CharSize = 36
  92. IntercharSpace = 0
  93. InterlineSpace = 0
  94. ;  next 2 font angles are in degrees
  95. ItalicSlant = 15
  96. BaseAngle = 0
  97.  
  98. [Print]
  99. ;  for next 3: 0 is off, 1 is on
  100. RegMarks = 1
  101. SepNames = 1
  102. ColorSep = 0
  103. ;  ColorSepType = 3 or 4
  104. ColorSepType = 4
  105. ;  ScreenSize in lines per inch, values 30 - 150
  106. ScreenSize = 75
  107. ;  print Brightness values 0 - 255
  108. Brightness = 128
  109. ; print DitherPattern = NONE, BAYER, DIFFUSED, ENHANCED, FATTING, or HEXBAYER
  110. DitherPattern = Bayer
  111.  
  112.