mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 21:59:09 +08:00
parent
d7d6177372
commit
8887a1f5e3
@ -688,7 +688,7 @@ public class SkeletonJson {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static private function toColor (hexString:String, colorIndex:int) : Number {
|
static private function toColor (hexString:String, colorIndex:int) : Number {
|
||||||
if (hexString.length != 8) throw new ArgumentError("Color hexidecimal length must be 8, recieved: " + hexString);
|
if (hexString.length != 8) throw new ArgumentError("Color hexidecimal length must be 8, received: " + hexString);
|
||||||
return parseInt(hexString.substring(colorIndex * 2, colorIndex * 2 + 2), 16) / 255;
|
return parseInt(hexString.substring(colorIndex * 2, colorIndex * 2 + 2), 16) / 255;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user