image generator: help - note that gradient2 also has options

This commit is contained in:
Martin Pulec
2022-08-15 15:20:19 +02:00
parent 21129d7fcb
commit 984bd9dfd6

View File

@@ -573,6 +573,7 @@ video_pattern_generator_create(std::string const & config, int width, int height
}
col() << "\n";
col() << "\t\t- pattern " << TBOLD("'raw'") " generates repeating sequence of given bytes without any color conversion\n";
col() << "\t\t- patterns marked with " << TBOLD("'*'") " provide help as its option\n";
return nullptr;
}
assert(width > 0 && height > 0);