syncPixels method

void syncPixels(
  1. double value
)

Implementation

void syncPixels(double value) {
  if (pixels != value) forcePixels(value);
}