Selection

What is selection?

In a graphical software context, a selection is an area that has been selected. Changes will only be applied to this selected area. This helps prevent any unwanted changes to the remaining of the working space.

In Pixquare, the selected area will be marked with an animated dashed line surrounding the area.

Pixquare has an advanced selection tool with 5 selection types and 5 selection modes.

Selection types

  • Box - Drag to select a rectangle area

  • Ellipse - Drag to select an ellipse area

  • Lasso - Draw a stroke to select the area encapsulated inside the stroke. This works similarly to the contour brush, but instead of filling color, it selects the area

  • Polygon - Tap or drag to set the corner of a polygon, it will connect those points and then select the area surrounded by the polygon.

  • Magic wand - Tap to select all the pixels with the same color. It has 2 options: contiguous and tolerance which works in the same way as the color bucket's options.

Selection modes

  • Replace (individual) - When a new selection is made, it will replace the previous one.

  • Add (Union) - When a new selection is made, it will combine with the previous one.

  • Subtract - When a new selection is made, it doesn't select the new area, instead, it will deselect that area from the previous one.

  • Intersect - When a new selection is made, only the pixels that belong to both the new one and the previous one remain selected.

  • Exclusive - The opposite of Intersect, when a new selection, only pixels that either belong to the new one or the previous one (but not both) are selected.

Last updated