![]() |
![]() |
![]() |
![]() |
"LW Comp Info"Availability: LightWave 6.0 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;
|