home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / demo / recio_dm / bitmap.cnf next >
Text File  |  1989-06-21  |  948b  |  28 lines

  1. BITMAP EDITOR Configuration file.
  2.  
  3.    This file contains the information for the two user definable fill
  4.    patterns accessable within the BitMap Editor.
  5.  
  6.    There must be 16 entries for each pattern with each entry representing a
  7.    16 bit number.  Each bit set in the number will represent a set bit in
  8.    the fill pattern. For Example:
  9.  
  10.    For each bit set add 2 raised to the power of the bit position.
  11.  
  12.    111111
  13.    5432109876543210 <-- Bit positions 0 thru 15
  14.    ^^^^^^^^^^^^^^^^
  15.  1 1010101010101010 = 2^1 +2^3 +2^5 +2^7 +2^9 +2^11 +2^13 +2^15 = 43690 
  16.  2 0101010101010101 = 2^0 +2^2 +2^4 +2^6 +2^8 +2^10 +2^12 +2^14 = 21845
  17.    ...
  18. 16 0000000011111111
  19.    
  20. The name of the fill pattern must proceed the actual definition;
  21. "NO BIT PATTERN";
  22. 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;
  23.  
  24. This is the next fill pattern;
  25. "WIDE LINES";
  26. 61166,61166,61166,61166,61166,61166,61166,61166
  27. 61166,61166,61166,61166,61166,61166,61166,61166;
  28.