hasDarkColor method
Returns whether this slot has a dark color set for two color tinting.
Implementation
bool hasDarkColor() {
return _bindings.spine_slot_has_dark_color(_slot) == -1;
}
Returns whether this slot has a dark color set for two color tinting.
bool hasDarkColor() {
return _bindings.spine_slot_has_dark_color(_slot) == -1;
}