Пример #1
0
 public Builder from(double from) {
   fader.from = Math.min(from, 1);
   return this;
 }