User Activity

I apologize if this is a very simple question, but I can't seem to figure out how to change the color of a Circle in my TouchGFX project.I know that for a Box, I can do something like...box1.setColor(touchgfx::Color::getColorFrom24BitRGB(0, 0, 255));...