| 393 | STR_HELP("Set the primary fill color (\\c) at the cursor position") |
| 394 | |
| 395 | void operator()(agi::Context *c) override { |
| 396 | show_color_picker(c, &AssStyle::primary, "\\c", "\\1c", "\\1a"); |
| 397 | } |
| 398 | }; |
| 399 | |
| 400 | struct edit_color_secondary final : public Command { |
nothing calls this directly
no test coverage detected