angle, 360); } /** * Return color to fill the newly created areas after rotation. * * @throws StateException */ protected function backgroundColor(): ColorInterface { return $this->driver()->decodeColor( $this->background ?? $this->driver()->config()->backgroundColor, ); } }