At any given point, a set of pixels on a project's canvas may be selected.
Selections can me determined by selection area tools and transformed by selection movement tools. Pixels outside the bounds of the canvas can also be selected by certain tools.
Selections can be transformed by area or by contents in the following ways:
The content of a selection may be raised from its cel. This happens when the Pick up selection tool () is equipped.
When selection contents are raised, they are removed from their cel and stored directly in the selection structure. They only return to the project when they are dropped, which occurs when a different tool is equipped, or upon a deselect operation (Ctrl + D).
Shortcut: Ctrl + A
Selects the entire canvas.
Shortcut: Ctrl + I
Inverts the current pixel selection of the project. That is, for every pixel on the project canvas, it will be included in the updated selection if and only if it is not part of the current selection.
Shortcut: Ctrl + D
Empties the pixel selection of the project.
Shortcut: Ctrl + Shift + X
Crops the project canvas to the smallest axis-aligned bounding box that captures all the pixels in the selection.
SEE ALSO