tint property

void tint=(double value)

Updates the tint value.

Implementation

set tint(double value) {
  _tint.value = value;
  _tint.update(this);
}