ColorFromUInt32 Method
Creates a
Color from an integer.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Color FromUInt32(
uint value
)
Public Shared Function FromUInt32 (
value As UInteger
) As Color
static member FromUInt32 :
value : uint32 -> Color
- value UInt32
- The integer value.
ColorThe color.