ColorMap<T>.clone constructor
Null safety
- ColorMap other
Implementation
ColorMap.clone(ColorMap other)
: _white = other._white,
_black = other._black;
ColorMap.clone(ColorMap other)
: _white = other._white,
_black = other._black;