isDifferent property
Whether the two pixel buffers were considered different.
Equivalent to difference != 0.0
.
Implementation
bool get isDifferent => difference != 0.0;
Whether the two pixel buffers were considered different.
Equivalent to difference != 0.0
.
bool get isDifferent => difference != 0.0;