[]
        
(Showing Draft Content)

SelectionToolType

Type Alias: SelectionToolType

type SelectionToolType = 
  | "QuickSelection"
  | "FreeSelection"
  | "RectangularSelection"
  | "EllipticalSelection"
  | "PolygonalSelection"
  | "ColorSelection"
  | "SubjectSelection";

Selection Tool type.

  • Quick Selection - Selects object in an image as you draw over them.
  • Rectangular Selection - Makes square and rectangular selections.
  • Elliptical Selection - Makes round and elliptical selections.
  • Polygonal Selection - Allows you to draw polygonal, jagged selections.
  • Color Selection - Selects similarly-colored areas in an image.
  • Subject Selection - Automatically selects the main subject in the image.