Click or drag to resize

HSLColor Constructor (Int32, Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the HSLColor class

Namespace:  imbSCI.Core.style.color
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public HSLColor(
	int red,
	int green,
	int blue
)
Request Example View Source

Parameters

red
Type: SystemInt32
green
Type: SystemInt32
blue
Type: SystemInt32
See Also