isDifferent property

bool isDifferent

Whether the two pixel buffers were considered different.

Equivalent to difference != 0.0.

Implementation

bool get isDifferent => difference != 0.0;