KmlUtils.RgbToHex method

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

RgbToHex(Byte, Byte, Byte)

Static
public static string RgbToHex(Byte red, Byte green, Byte blue)

Parameters

red Byte
green Byte
blue Byte

Returns

RgbToHex(Byte, Byte, Byte, float)

Static
public static string RgbToHex(Byte red, Byte green, Byte blue, float alpha)

Parameters

red Byte
green Byte
blue Byte
alpha Single

Returns