| RenderColorRgb Constructor (Single, Single, Single) |
Initializes a new instance of the
RenderColorRgb structure from float values.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public RenderColorRgb(
float red,
float green,
float blue
)
public:
RenderColorRgb(
float red,
float green,
float blue
)
Parameters
- red
- Type: SystemSingle
The red component. - green
- Type: SystemSingle
The green component. - blue
- Type: SystemSingle
The blue component.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also