Package ca.cgjennings.apps.arkham
Interface Tintable
-
- All Known Implementing Classes:
ColourDialog
,UILibraryHelper.TintableBinding
public interface Tintable
Interface implemented by objects which can be tinted by an HSBPanel.- Author:
- Chris Jennings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float[]
getTint()
void
setTint(float hueShift, float saturation, float brightness)
-