ColorFromUInt32 Method

Creates a Color from an integer.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Color FromUInt32(
	uint value
)

Parameters

value  UInt32
The integer value.

Return Value

Color
The color.

See Also