ColorMap<T> constructor

ColorMap<T>(
  1. T value
)

Implementation

ColorMap(T value)
    : _white = value,
      _black = value;