Am I trying to use a variable or pass a value by reference or by value?

I think I meant what are you telling the processor when you type led.update().
You use
led.begin()
led.update()
led.target()
So what does led denote? Is it referring to ledpin in the line
const byte ledPin=13; ?