diff options
Diffstat (limited to 'krita/doc/paint_device.txt')
| -rw-r--r-- | krita/doc/paint_device.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krita/doc/paint_device.txt b/krita/doc/paint_device.txt index b68979dc8..977ec512f 100644 --- a/krita/doc/paint_device.txt +++ b/krita/doc/paint_device.txt @@ -59,7 +59,7 @@ per channel; QUANTUM can be bigger. Fill the buf with the data. x1, y1, x2, y2 are the top left and bottom right corner of the section you want. stride is the width of the section in bytes, i.e. (x2 - x1 + 1) * depth. Note that stride does -not need to be pre-multiplied with sizeof(QUANTUM), apparently. +not need to be pre-multiplied with sizeof(QUANTUM), aptqparently. tilemgr -> readPixelData(x1, y1, x2, y2, buf, stride); |
