KmlUtils.TryParseHexColor method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Kml
Assembly Skybrud.Essentials.Maps.dll

TryParseHexColor(string, out Byte, out Byte, out Byte, out float)

Static
public static bool TryParseHexColor(string str, Byte r, Byte g, Byte b, float a)

Parameters

str String
r Byte
g Byte
b Byte
a Single

Returns