LightWrap Namespace Reference

Classes

class  LightWrap
 Light Wrap operator for compositing keyed footage. Wraps background light around foreground edges for realistic integration. More...
 

Enumerations

enum  WrapBlendMode {
  Screen = 0 , Add = 1 , Lighten = 2 , Normal = 3 ,
  SoftLight = 4
}
 
enum  WrapOutput {
  Final = 0 , Foreground = 1 , Background = 2 , BlurredBG = 3 ,
  WrapMask = 4 , WrapOnly = 5
}
 

Enumeration Type Documentation

◆ WrapBlendMode

Enumerator
Screen 

Screen - Natural light blend.

Add 

Add - Bright additive.

Lighten 

Lighten - Maximum value.

Normal 

Normal - Direct overlay.

SoftLight 

Soft Light - Subtle wrap.

◆ WrapOutput

Enumerator
Final 

Final - Complete result.

Foreground 

Foreground - Input image.

Background 

Background - Background layer.

BlurredBG 

Blurred BG - Blurred background.

WrapMask 

Wrap Mask - Edge mask.

WrapOnly 

Wrap Only - Wrap contribution.