BuildMaster SDK Reference
Version:

HtmlColor(byte red, byte green, byte blue, byte alpha) Constructor

Initializes a new instance of the HtmlColor struct.

Syntax

public .ctor(byte red, byte green, byte blue, byte alpha)

Parameters

red
Type: byte

The red channel value.

green
Type: byte

The green channel value.

blue
Type: byte

The blue channel value.

alpha
Type: byte

The alpha channel value.