getClearColor method
dynamic
getClearColor(
- dynamic target
Implementation
getClearColor(target) {
return target.copy(this._clearColor);
}
getClearColor(target) {
return target.copy(this._clearColor);
}