setContrast method

void setContrast(
  1. double contrast
)

Implementation

void setContrast(double contrast) {
  this.contrast = contrast;
}