Click or drag to resize

RenderColorRgba Constructor (Single, Single, Single, Single)

Initializes a new instance of the RenderColorRgba class using floating components.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderColorRgba(
	float red,
	float green,
	float blue,
	float alpha
)

Parameters

red
Type: SystemSingle
The red component.
green
Type: SystemSingle
The green component.
blue
Type: SystemSingle
The blue component.
alpha
Type: SystemSingle
The alpha component.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also