Image-attributes bundle structure.

typedef struct _IMAGEBUNDLE {
  LONG       lColor;         /*  Image foreground color. */
  LONG       lBackColor;     /*  Image background color. */
  USHORT     usMixMode;      /*  Image foreground-mix mode. */
  USHORT     usBackMixMode;  /*  Image background-mix mode. */
} IMAGEBUNDLE;

typedef   IMAGEBUNDLE   * PIMAGEBUNDLE ;


[Back] [Next]