FromUInt32 Method
Creates a Color from an integer.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Color FromUInt32(
uint value
)
Public Shared Function FromUInt32 (
value As UInteger
) As Color
static member FromUInt32 :
value : uint32 -> Color
Parameters
- UInt32
- The integer value.
Return Value
Color
The color.