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