embl-cba / imagej-utils

BSD 2-Clause "Simplified" License
2 stars 4 forks source link

ARGBLut SetTransparency #22

Open K-Meech opened 3 years ago

K-Meech commented 3 years ago

Currently, ARGBLuts have a getName() and setName() method. SetName() is used to account for the case of zero transparency. Perhaps this would be better solved by a setTransparency method? This could then change the name of the ARGBLut, without being as generic as setName()