WeaverUtilities.

AppendColorToHex(StringBuilder, Color32) Method

Summary

Appends the hexadecimal representation of `color`.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static void AppendColorToHex(StringBuilder text, Color32 color)

Parameters

Name Type Description
text StringBuilder
color Color32

Return Value

Type Description
void