Hi,
I try to change color of one single slot, for example
skeleton.Data.Slots(0).R = 1
or
skeleton.Data.Slots(0).A = 0.1
but do nothing
best
Cristian
UPDATE:
I have see that in SkeletonRenderer.cs row 160 where there is // calculate color
you calculate color reading from variable slot.A/R/G/B/R2/G2/B2
but I thing must read from slot.Data.
example slot.Data.A
Best
Cristian