color property
Color
get
color
The color used to tint the slot's attachment. If getDarkColor() is set, this is used as the light color for two color tinting.
Implementation
Color get color {
final result = SpineBindings.bindings.spine_slot_pose_get_color(_ptr);
return Color.fromPointer(result);
}