diff --git a/reference_manual/tools/contiguous_select.rst b/reference_manual/tools/contiguous_select.rst index cc84ae73f..236dfe6fd 100644 --- a/reference_manual/tools/contiguous_select.rst +++ b/reference_manual/tools/contiguous_select.rst @@ -1,54 +1,68 @@ .. meta:: :description lang=en: Krita's contiguous selection tool reference. .. metadata-placeholder :authors: - Wolthera van Hövell tot Westerflier - Scott Petrovic :license: GNU free documentation license 1.3 or later. .. index:: Selection, ! Contiguous Selection, Magic Wand, Tools .. _contiguous_selection_tool: ========================= Contiguous Selection Tool ========================= |toolselectcontiguous| This tool, represented by a magic wand, allows you to make :ref:`selections_basics` by selecting a point of color. It will select any contiguous areas of a similar color to the one you selected. You can adjust the "fuzziness" of the tool in the tool options dock. A lower number will select colors closer to the color that you chose in the first place. Hotkeys and Sticky keys ----------------------- * :kbd:`R` sets the selection to 'replace' in the tool options, this is the default mode. * :kbd:`A` sets the selection to 'add' in the tool options. * :kbd:`S` sets the selection to 'subtract' in the tool options. * :kbd:`Shift +` |mouseleft| sets the subsequent selection to 'add'. You can release the :kbd:`Shift` key while dragging, but it will still be set to 'add'. Same for the others. * :kbd:`Alt +` |mouseleft| sets the subsequent selection to 'subtract'. * :kbd:`Ctrl +` |mouseleft| sets the subsequent selection to 'replace'. * :kbd:`Shift + Alt +` |mouseleft| sets the subsequent selection to 'intersect'. .. versionadded:: 4.2 * Hovering over a selection allows you to move it. * |mouseright| will open up a selection quick menu with amongst others the ability to edit the selection. .. note:: You can switch the behavior of the :kbd:`Alt` key to use the :kbd:`Ctrl` key instead by toggling the switch in the :ref:`general_settings`. Tool Options ------------ Anti-aliasing This toggles whether or not to give selections feathered edges. Some people prefer hard-jagged edges for their selections. Fuzziness This controls whether or not the contiguous selection sees another color as a border. Grow/Shrink selection. This value extends/contracts the shape beyond its initial size. Feathering This value will add a soft border to the selection-shape. -Limit to Current Layer - Activating this will prevent the fill tool from taking other layers into account. +Sample + .. versionadded:: 4.3 + + Select which layers to use as a reference for the contiguous select tool. The options are: + + Current Layer + Only use the currently selected layer. + All layers + Use all visible layers. + Color Labeled Layers + Use only the layers specified with a certain color label. This is useful for complex images, where you might have multiple lineart layers. Label them with the appropriate color label and use these labels to mark which layers to use as a reference. + +Labels Used + .. versionadded:: 4.3 + + Used with the 'Color Labeled Layers' option above. diff --git a/reference_manual/tools/fill.rst b/reference_manual/tools/fill.rst index ca72505ee..94ac04db7 100644 --- a/reference_manual/tools/fill.rst +++ b/reference_manual/tools/fill.rst @@ -1,40 +1,54 @@ .. meta:: :description: Krita's fill tool reference. .. metadata-placeholder :authors: - Wolthera van Hövell tot Westerflier - Scott Petrovic :license: GNU free documentation license 1.3 or later. .. index:: Tools, Fill, Bucket .. _fill_tool: ========= Fill Tool ========= |toolfill| Krita has one of the most powerful and capable Fill functions available. The options found in the Tool Options docker and outlined below will give you a great deal of flexibility working with layers and selections. To get started, clicking anywhere on screen with the fill-tool will allow that area to be filed with the foreground color. Tool Options ------------ Fast Mode This is a special mode for really fast filling. However, many functions don't work with this mode. Threshold Determines when the fill-tool sees another color as a border. Grow Selection This value extends the shape beyond its initial size. Feathering Radius This value will add a soft border to the filled-shape. Fill Entire Selection Activating this will result in the shape filling the whole of the active selection, regardless of threshold. -Limit to current layer - Activating this will prevent the fill tool from taking other layers into account. Use Pattern Ticking this will result in the active pattern being used. +Sample + .. versionadded:: 4.3 + + Select which layers to use as a reference for the fill tool. The options are: + + Current Layer + Only use the currently selected layer. + All layers + Use all visible layers. + Color Labeled Layers + Use only the layers specified with a certain color label. This is useful for complex images, where you might have multiple lineart layers. Label them with the appropriate color label and use these labels to mark which layers to use as a reference. + +Labels Used + .. versionadded:: 4.3 + + Used with the 'Color Labeled Layers' option above.