BuildMaster SDK Reference
Version:
HtmlColor(byte red, byte green, byte blue) Constructor
Initializes a new instance of the HtmlColor struct.
Syntax
public .ctor(byte red, byte green, byte blue)
Parameters
- red
- Type: byte
The red channel value.
- green
- Type: byte
The green channel value.
- blue
- Type: byte
The blue channel value.