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