mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
parent
8887a1f5e3
commit
30d52282af
@ -803,7 +803,7 @@ namespace Spine {
|
||||
|
||||
static float ToColor(String hexString, int colorIndex) {
|
||||
if (hexString.Length != 8)
|
||||
throw new ArgumentException("Color hexidecimal length must be 8, recieved: " + hexString, "hexString");
|
||||
throw new ArgumentException("Color hexidecimal length must be 8, received: " + hexString, "hexString");
|
||||
return Convert.ToInt32(hexString.Substring(colorIndex * 2, 2), 16) / (float)255;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user