| BackgroundMode Enumeration |
The BackgroundMode enumeration defines how the background is computed.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public enum BackgroundMode
public enum class BackgroundMode
Members
| Member name | Value | Description |
---|
| Gradient | 0 |
The background use gradient color.
|
| Transparent | 1 |
The background is transparent
|
| Sensor | 2 |
The background is defined by the camera sensor
|
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also