Click or drag to resize

RenderImageFormat Enumeration

The RenderImageFormat enumeration defines the number of component per pixels and their organization.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public enum RenderImageFormat
Members
  Member nameValueDescription
Grey1 The image has only a grey component.
GreyAlpha2 The image has grey and alpha components.
Rgb3 The image has red, green and blue components.
Rgba4 The image has red, green, blue and alpha components.
Bgr5 The image has blue, green and red components.
Bgra6 The image has blue, green, red and alpha components.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also