Click or drag to resize

HSLColorSetRGB Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

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