set3 method

Color set3(
  1. Color other
)

Implementation

Color set3(Color other) {
  final result = SpineBindings.bindings.spine_color_set_3(_ptr, other.nativePtr.cast());
  return Color.fromPointer(result);
}