public Integer getColor(Context... context) {
        if (this.prefs != null) {
            return prefs.getInt(Keys.COLOR_CURRENT, Defaults.COLOR_CURRENT);
        } else if (context != null && context.length > 0) {
            this.prefs = context[0].getSharedPreferences(APPLICATION_ID, Context.MODE_PRIVATE);