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 

Final - Processed output.

Foreground 

Foreground - Original input.

SpillMap 

Spill Map - Visualize spill areas.

Alpha 

Alpha - Show alpha channel.

SpillMatte 

Spill Matte - Grayscale spill amount.

◆ ReplaceMode

Enumerator
None 

None - Just remove spill.

Gray 

Gray - Add neutral gray.

Complement 

Complement - Add complementary color.

Custom 

Custom - Use custom color.

◆ ScreenType

Enumerator
Green 

Green Screen.

Blue 

Blue Screen.

◆ SuppressionMethod

Enumerator
Light 

Light - Subtle suppression.

Medium 

Medium - Balanced suppression.

Aggressive 

Aggressive - Strong suppression.

Max 

Max - Maximum suppression.