Return to previous page | Return to menu | Go to next page


Structure

SPR_ATTR

Sprite attribute table

Structure

typedef   struct    spratr {
                    Uint16 texno ;
                    Uint16 atrb ;
                    Uint16 colno ;
                    Uint16 gstb ;
                    Uint16 dir ;
          } SPR_ATTR ;

Member

texno texture number
atrb Attribute data (display mode)
colno color number
gstb gour shading table
dir texture inversion

Description

Parameter table for sprite display.
Basically it follows the texture parameters.

Remarks

See sprite display functions.

SPR_ATTR


Return to previous page | Return to menu | Go to next page