mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
add some docs to old functions
This commit is contained in:
parent
2e74c02216
commit
47ccc450a4
3 changed files with 486 additions and 166 deletions
5
bmp.d
5
bmp.d
|
@ -555,6 +555,11 @@ void main() {
|
|||
}
|
||||
+/
|
||||
|
||||
/++
|
||||
Writes a bitmap file to a delegate, byte by byte, with data from the given image.
|
||||
|
||||
If `prependFileHeader` is `true`, it will add the bitmap file header too.
|
||||
+/
|
||||
void writeBmpIndirect(MemoryImage img, scope void delegate(ubyte) fwrite, bool prependFileHeader) {
|
||||
|
||||
void write4(uint what){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue