Color.FromUint
Color.FromUint method
Returns a new Color with the requested ARGB value.
public static Color FromUint(uint argb)
| Parameter | Type | Description |
|---|---|---|
| argb | UInt32 | A uint that represents the ARGB value of the color. |
Return Value
A new instance of the Color class
See Also
- class Color
- package com.aspose.html.drawing
- package Aspose.HTML