snapPX method

bool snapPX(
  1. HotPixel hotPixel
)

Implementation

bool snapPX(HotPixel hotPixel) {
  return snap(hotPixel, null, -1);
}