setPixelation method

void setPixelation(
  1. double sepia
)

Implementation

void setPixelation(double sepia) {
  this.sepia = sepia;
}