I am on part C3 of Lab 4 and I was able to implement the color picker button, however, I am unsure how to make it fill the background. When digging around online I assumed all I had to do was "g.setFill(colorPicker.getValue());" But because colorPicker is not a local variable, it does not work. I declared colorPicker after the Button declaration in start(Stage stage) to have it included in the button bar. Was that incorrect? Should it be declared elsewhere?