Color32Ext.Parse Method
Parses a Color32 from an HTML string (#RRGGBB or #RRGGBBAA).
Namespace: UltimateXR.Extensions.Unity.Render
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static Color32 Parse(
string html
)
Parameters
- html
- Type: System.String
Source HTML string
Return Value
Type: Color32
The parsed color
Exceptions
Exception | Condition |
---|---|
FormatException | The string had an incorrect format |
See Also
Reference
Color32Ext Class
UltimateXR.Extensions.Unity.Render Namespace