darkColor property

Color get darkColor

The dark color used to tint the slot's attachment for two color tinting. The dark color's alpha is not used.

Implementation

Color get darkColor {
  final result = SpineBindings.bindings.spine_slot_pose_get_dark_color(_ptr);
  return Color.fromPointer(result);
}