Palette color passed to song tag editor where applicable
This commit is contained in:
parent
d65dd12582
commit
774d1f7076
6 changed files with 43 additions and 5 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package com.kabouzeid.gramophone.interfaces;
|
||||
|
||||
/**
|
||||
* @author Aidan Follestad (afollestad)
|
||||
*/
|
||||
public interface PaletteColorHolder {
|
||||
|
||||
int getPaletteColor();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue