Blackwhite constructor

Blackwhite([
  1. dynamic threshold
])

Implementation

Blackwhite([dynamic threshold]) {
  _threshold = threshold;
}