getClearColor method

Color getClearColor(
  1. Color target
)

Implementation

Color getClearColor(Color target) {
  return target.copy(background.getClearColor());
}