•  Back 
  •  AES structures 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File8.22.6  CICON                                                      TOS

This structure is defined as follows:

typedef struct cicon_data
{
  int16_t num_planes;   /* Number of planes for the following data    */
  int16_t *col_data;    /* Pointer to colour bitmap in standard form  */
  int16_t *col_mask;    /* Pointer to individual colour plane mask    */
  int16_t *sel_data;    /* Pointer to colour bitmap of selected icon  */
  int16_t *sel_mask;    /* Pointer to individual plane mask of the icon */
  struct cicon_data *next_res; /* Pointer to icon of other resolution */
} CICON;

See Also: CICONBLK   ICONBLK   OBJECT