Method HexCharsToColor
HexCharsToColor(char[], int)
Method to convert Hex color values to Color32
Declaration
protected Color32 HexCharsToColor(char[] hexChars, int tagCount)
Parameters
Type | Name | Description |
---|---|---|
char[] | hexChars | |
int | tagCount |
Returns
Type | Description |
---|---|
Color32 |
HexCharsToColor(char[], int, int)
Method to convert Hex Color values to Color32
Declaration
protected Color32 HexCharsToColor(char[] hexChars, int startIndex, int length)
Parameters
Type | Name | Description |
---|---|---|
char[] | hexChars | |
int | startIndex | |
int | length |
Returns
Type | Description |
---|---|
Color32 |