Esempio n. 1
0
 public HSBType(DecimalType h, PercentType s, PercentType b) {
   this.hue = h.toBigDecimal();
   this.saturation = s.toBigDecimal();
   this.value = b.toBigDecimal();
 }