Multiple Topics for Calendar Event

Permalink
Hey all. I am having trouble getting the value of a calendar event topic's background color when there are multiple topics selected. I use
$bc = $linkFormatter->getEventOccurrenceBackgroundColor($occurrence);
but it only gives me the last one. Shouldnt there be a way to get them as an array?

Thanks in advance.
C