•  Back 
  •  Objects 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-File
                        Standard Object Color WORD



The following structure This structure is defined only
by HYPexrtext authors for better
overview to the color definition.

It is NOT defined anywhere else,
however you can copy it and use ;-)
 uses the AES as the color
definition in some OBJECTs:

struct {
    unsigned framecol    :  4;      /* border color                  */
    unsigned textcol     :  4;      /* text color                    */
    unsigned textmode    :  1;      /* 0=transparent, 1=opaque       */
    unsigned fillpattern :  3;      /* 0=no fill, ... 7=solid fill   */
    unsigned interiorcol :  4;      /* fill color using fill pattern */
} StdAOColWORD;