clampPixel function

int clampPixel(
  1. int x
)

Implementation

int clampPixel(int x) => x.clamp(0, 255);