mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 09:40:18 +00:00
image generator: help - note that gradient2 also has options
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user