blackwhite method
Converts the image to black and white.
Receives dynamic object returns Effect.
Implementation
Cartoonify blackwhite([bool blackwhite = true]) {
  _blackwhite = blackwhite;
  return this;
}
Converts the image to black and white.
Receives dynamic object returns Effect.
Cartoonify blackwhite([bool blackwhite = true]) {
  _blackwhite = blackwhite;
  return this;
}