Color.FromInt
Color.FromInt method
Returns a new Color with the requested ARGB value.
public static Color FromInt(int argb)
Parameter | Type | Description |
---|---|---|
argb | Int32 | A int that represents the ARGB value of the color. |
Return Value
A new instance of the Color
class
See Also
- class Color
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML