Set up uint color.

Namespace: VVVV.Utils.SlimDX
Assembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872

Syntax

C#
public static uint fromARGB(
	byte a,
	byte r,
	byte g,
	byte b
)

Parameters

a
Type: System..::..Byte
Alpha.
r
Type: System..::..Byte
Red.
g
Type: System..::..Byte
Green.
b
Type: System..::..Byte
Blue.

Return Value

The color as uint.

See Also