Click or drag to resize

RenderBackgroundSetRGBAPixels Method

Set background pixel for RGBA image format.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void SetRGBAPixels(
	byte[] bytes,
	RenderResolution resolution,
	RenderImageOrientation orientation
)

Parameters

bytes
Type: SystemByte
The image RGBA bytes.
resolution
Type: Lumiscaphe.Workshop.InteropRenderResolution
The image resolution.
orientation
Type: Lumiscaphe.Workshop.InteropRenderImageOrientation
The image orientation.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderBackground::IsDestroyed == true
ObjectNullExceptionbytes == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also