setDarkColor method
Implementation
void setDarkColor(Color color) {
_bindings.spine_slot_set_dark_color(_slot, color.r, color.g, color.b, color.a);
}
void setDarkColor(Color color) {
_bindings.spine_slot_set_dark_color(_slot, color.r, color.g, color.b, color.a);
}