Coloring constructor

Coloring(
  1. BasicShape shape
)

Creating a new instance of the Coloring class, which is a subclass of the Coloring class.

Implementation

Coloring(BasicShape shape) : super(shape);