Jump to content

IMAGEBUNDLE

From EDM2
Revision as of 20:56, 25 June 2023 by Martini (talk | contribs) (Created page with "Image-attributes bundle structure. <PRE> typedef struct _IMAGEBUNDLE { LONG lColor; Image foreground color.: LONG lBackColor; /* Image back...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 ;