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