Skip to content

Commit a9b9c52

Browse files
committed
Updating color shift documentation
1 parent 943f1b3 commit a9b9c52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/effects.rst

+9
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,15 @@ Color Shift
169169
^^^^^^^^^^^
170170
Shift the colors of an image up, down, left, and right (with infinite wrapping).
171171

172+
**Each pixel has 4 color channels:**
173+
174+
- Red, Green, Blue, and Alpha (i.e. transparency)
175+
- Each channel value is between 0 and 255
176+
177+
The Color Shift effect simply "moves" or "translates" a specific color channel on the X or Y axis. *Not all video and
178+
image formats support an alpha channel, and in those cases, you will not see any changes when adjusting the color
179+
shift of the alpha channel.*
180+
172181
.. table::
173182
:widths: 26 80
174183

0 commit comments

Comments
 (0)