BasicColoring constructor

BasicColoring(
  1. BasicShape shape
)

Creating a constructor for the class BasicColoring.

Implementation

BasicColoring(BasicShape shape) : _shape = shape;