mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
This class implements a pure input window which allows you to meticulously
|
||||
edit the current color. You have both mouse control of the color (via the
|
||||
buttons along the bottom row), and there are keyboard bindings for each of the
|
||||
buttons along the bottom row), and there are keyboard bindings for each of the
|
||||
increment/decrement buttons.
|
||||
|
||||
The top three check buttons allow you to specify which of the three color
|
||||
variations are tied together when incrementing and decrementing. Red, green,
|
||||
and blue are self evident. By tying together red and green, you can modify
|
||||
the yellow level of the color. By tying together red and blue, you can modify
|
||||
the yellow level of the color. By tying together red and blue, you can modify
|
||||
the magenta level of the color. By tying together green and blue, you can
|
||||
modify the cyan level, and by tying all three together, you can modify the
|
||||
grey level.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue