| RenderImageDynamic Enumeration |
The RenderImageDynamic enumeration defines the type of pixel components.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public enum RenderImageDynamic
public enum class RenderImageDynamic
Members
| Member name | Value | Description |
---|
| Byte | 1 |
The image dynamic is 8-bits per component.
|
| Short | 2 |
The image dynamic is 16-bits per component.
|
| Float | 4 |
The image dynamic is 32-bits per component.
|
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also