SpillSuppression Namespace Reference

Classes

class  SpillSuppression
 Spill Suppression operator. Removes green/blue spill from chroma key footage. Read the documentation for more info. More...
 

Enumerations

enum  ScreenType { Green = 0 , Blue = 1 }
 
enum  SuppressionMethod { Light = 0 , Medium = 1 , Aggressive = 2 , Max = 3 }
 
enum  ReplaceMode { None = 0 , Gray = 1 , Complement = 2 , Custom = 3 }
 
enum  OutputMode {
  Final = 0 , Foreground = 1 , SpillMap = 2 , Alpha = 3 ,
  SpillMatte = 4
}
 

Enumeration Type Documentation

◆ OutputMode

Enumerator
Final 0 

Final - Processed output.

Foreground 1 

Foreground - Original input.

SpillMap 2 

Spill Map - Visualize spill areas.

Alpha 3 

Alpha - Show alpha channel.

SpillMatte 4 

Spill Matte - Grayscale spill amount.

◆ ReplaceMode

Enumerator
None 0 

None - Just remove spill.

Gray 1 

Gray - Add neutral gray.

Complement 2 

Complement - Add complementary color.

Custom 3 

Custom - Use custom color.

◆ ScreenType

Enumerator
Green 0 

Green Screen.

Blue 1 

Blue Screen.

◆ SuppressionMethod

Enumerator
Light 0 

Light - Subtle suppression.

Medium 1 

Medium - Balanced suppression.

Aggressive 2 

Aggressive - Strong suppression.

Max 3 

Max - Maximum suppression.