Re: A86: 3-color icons


[Prev][Next][Index][Thread]

Re: A86: 3-color icons



Actually, it might be better to do it as 

     .db greys       ;Number of greys (1 means 1 mask, 3 is 2, and 7 is 3)
     .db size         ;Same
     .db mask1     ;Same
          etc...        ;Possibly 1 or 2 more masks.

because many greyscale icons would not look right in black and white.

A downside to this would be that it would be difficult to make it synchronize
the 3 and 7 greys icon, so maybe just leave out the 7...

~Stephen Hicks


In a message dated 97-09-04 17:52:46 EDT, Dan Eble write:

<<      .db size       ; 8 or 16
      .db mask1...   ; 8x8 icons have 8 bytes here
                     ; 16x16 icons have 16 words here
      .db mask2...   ; similar to mask1
  >>