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