twn property

Returns a GTweenableColor instance that can be used to animate the properties of this point with a GTween animation.

Implementation

GTweenableColor get twn {
  return GTweenableColor(this);
}