Color Picker Directory Info Globals Table of Contents

"LW Comp Info"

Availability:  LightWave 6.0
Component:  Layout

The compositing info global identifies the images being used as the background, foreground and foreground alpha images. This data structure is read-only.

Global Call

   LWCompInfo *compinfo;
   compinfo = global( "LW Comp Info", GFUSE_TRANSIENT );

The global function returns a pointer to an LWCompInfo.

   typedef struct st_LWCompInfo {
      LWImageID bg;
      LWImageID fg;
      LWImageID fgAlpha;
   } LWCompInfo;
bg
The background image.
fg
The foreground image.
fgAlpha
The foreground alpha image.