setTint method

void setTint(
  1. double tint
)

Implementation

void setTint(double tint) {
  this.tint = tint;
}