Color.

FromUInt32(uint) Method

Summary

Creates a Color from an integer.
Namespace
Avalonia.Media
Containing Type
Color

Syntax

public static Color FromUInt32(uint value)

Parameters

Name Type Description
value uint The integer value.

Return Value

Type Description
Color The color.