blackwhite static method
Converts the image to black and white.
Receives dynamic
object returns Effect.
Implementation
static Blackwhite blackwhite([dynamic threshold]) {
return Blackwhite(threshold);
}
Converts the image to black and white.
Receives dynamic
object returns Effect.
static Blackwhite blackwhite([dynamic threshold]) {
return Blackwhite(threshold);
}