getClearColor method

dynamic getClearColor(
  1. dynamic target
)

Implementation

getClearColor(target) {
  return target.copy(this._clearColor);
}