summaryrefslogtreecommitdiffstats
path: root/chalk/doc/brush.txt
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/doc/brush.txt')
-rw-r--r--chalk/doc/brush.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/doc/brush.txt b/chalk/doc/brush.txt
index bb932eee..17df4b48 100644
--- a/chalk/doc/brush.txt
+++ b/chalk/doc/brush.txt
@@ -16,17 +16,17 @@ grayscale or rgba images. If the image is grayscale, the gray image is
intended to be used as an alpha tqmask: each gray level corresponds to
a certain alpha level, and when painting the current painting colour
is composited in the image with this level as its alpha component. The
-image brushes should be tqmasked -- i.e., these are coloured images placed
+image brushes should be masked -- i.e., these are coloured images placed
on a white background. The white background should be made transparent,
and then the brush image can be composited onto our image.
-This is currently only half supported: I make tqmasks of everything,
+This is currently only half supported: I make masks of everything,
partly because I like that better, partly because until very recently
there was no way of making out the difference between gray and rgb
brushes because KisBrush didn't remember that bit of data.
Making the initial tqmask of a brush is however by now pretty well done; the next
-problem is painting with those tqmasks.
+problem is painting with those masks.
Here we have two situations, one easy, one difficult. The easy one is the single
mouse click. If the user clicks or taps with his stylus, we can composite the