MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / operator()

Function operator()

src/command/edit.cpp:395–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
400struct edit_color_secondary final : public Command {

Callers

nothing calls this directly

Calls 15

show_color_pickerFunction · 0.85
copy_linesFunction · 0.85
delete_linesFunction · 0.85
combine_linesFunction · 0.85
paste_linesFunction · 0.85
paste_overFunction · 0.85
beginFunction · 0.85
trim_textFunction · 0.85
expand_timesFunction · 0.85
check_startFunction · 0.85
check_endFunction · 0.85
SetKaraokeLineFunction · 0.85

Tested by

no test coverage detected