GTweenableBlur constructor

GTweenableBlur(
  1. GBlurFilter target
)

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

Implementation

GTweenableBlur(GBlurFilter target) {
  value = this.target = target;
}