GTweenableColor constructor

GTweenableColor(
  1. Color target
)

Creates a new instance of GTweenableColor with the given target value.

Implementation

GTweenableColor(Color target) {
  value = this.target = target;
}