diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-07-26 18:01:15 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-07-26 18:01:15 +0200 |
| commit | eebc4d5fb9cf6d78cbdba7a5aa9be713ddf9959c (patch) | |
| tree | 5ffbe10ba747f84ec78742181a9fee46e5b93c78 /man/blind-kernel.1 | |
| parent | blind-kernel: add more kernels (diff) | |
| download | blind-eebc4d5fb9cf6d78cbdba7a5aa9be713ddf9959c.tar.gz blind-eebc4d5fb9cf6d78cbdba7a5aa9be713ddf9959c.tar.bz2 blind-eebc4d5fb9cf6d78cbdba7a5aa9be713ddf9959c.tar.xz | |
blind{-make,}-kernel: apply identity kernel instead of null kernel to non-selected channels
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | man/blind-kernel.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/blind-kernel.1 b/man/blind-kernel.1 index 5083e75..9dc74a3 100644 --- a/man/blind-kernel.1 +++ b/man/blind-kernel.1 @@ -169,20 +169,20 @@ or .SH OPTIONS .TP .B -a -Apply the values to the alpha channel, set the -values for all unselected channels to zero. +Apply the values to the alpha channel, apply an +identity kernel to all unselected channels. .TP .B -x -Apply the values to the X channel, set the values -for all unselected channels to zero. +Apply the values to the X channel, apply an +identity kernel to all unselected channels. .TP .B -y -Apply the values to the Y channel, set the values -for all unselected channels to zero. +Apply the values to the Y channel, apply an +identity kernel to all unselected channels. .TP .B -z -Apply the values to the Z channel, set the values -for all unselected channels to zero. +Apply the values to the Z channel, apply an +identity kernel to all unselected channels. .SH NOTES .B blind-make-kernel Create a single frame, to that it can be stored to |
