pub fn draw_foreground(
    renderer: &RendererComponent,
    button: &UniqueButton,
    modules: &Vec<UniqueSDModule>,
    background: DynamicImage,
    core: &CoreHandle
) -> DynamicImage
Expand description

Draws foreground of a button (text, plugin layers)