Color addAlpha(int value) { int fin = alpha + value; fin = fin.clamp(0, 255); return withAlpha(fin); }