hasDarkColor method

bool hasDarkColor()

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;
}