ColorMap<T>.clone constructor

ColorMap<T>.clone(
  1. ColorMap other
)

Implementation

ColorMap.clone(ColorMap other)
    : _white = other._white,
      _black = other._black;