.. meta:: :description property=og\:description: An introduction guide to how layers and masks work inside Krita. .. metadata-placeholder :authors: - Wolthera van Hövell tot Westerflier - Raghavendra Kamath - Scott Petrovic - AnetK - Bugsbane - Alan - Lundin :license: GNU free documentation license 1.3 or later. .. index:: Layers, Masks .. _layers_and_masks: ================================ Introduction to Layers and Masks ================================ Krita supports layers which help to better control parts and elements of your painting. Think of an artwork or collage made with various stacks of papers with some papers cut such that they show the paper beneath them while some hide what's beneath them. If you want to replace an element in the artwork, you replace that piece of paper instead of drawing the entire thing. In Krita instead of papers we use :dfn:`Layers`. Layers are part of the document which may or may not be transparent, they may be smaller or bigger than the document itself, they can arrange one above other, named and grouped. Layers can give better control over your artwork for example you can re-color an entire artwork just by working on the separate color layer and thereby not destroying the line art which will reside above this color layer. You can edit individual layers, you can even add special effects to them, like Layer styles, blending modes, transparency, filters and transforms. Krita takes all these layers in its layer stack, including the special effects and combines or composites together a final image. This is just one of the many digital image manipulation tricks that :program:`Krita` has up its sleeve! Usually, when you put one paint layer on top of another, the upper paint layer will be fully visible, while the layer behind it will either be obscured, occluded or only partially visible. Managing layers --------------- Some artists draw with limited number of layers, but some prefer to have different elements of the artwork on separate layer. Krita has some good layer management features which make the layer management task easy. You can :ref:`group layers ` and organize the elements of your artwork. The layer order can be changed or layers can be moved in and out of a group in the layer stack by simply holding them and dragging and dropping. Layers can also be copied across documents while in the :ref:`subwindow mode `, by dragging and dropping from one document to another. These features save time and also help artists in maintaining the file with a layer stack which will be easy to understand for others who work on the same file. In addition to these layers and groups can both be labeled and filtered by colors, thus helping the artists to visually differentiate them. To assign a color label to your layer or layer group you have to |mouseright| on the layer and choose one of the given colors from the context menu. To remove an already existing color label you can click on the 'x' marked box in the context menu. .. image:: /images/layers/Layer-color-filters.svg :width: 400 Once you assign color labels to your layers, you can then filter layers having similar color label by clicking on one or more colors in the list from the drop-down situated in the top-right corner of the layer docker. .. image:: /images/layers/Layer-color-filters-menu.svg :width: 600 .. versionadded:: 5.0 You can also use this dropdown to filter the layers by layer name. Types of Layers --------------- .. image:: /images/layers/Krita-types-of-layers.svg :width: 600 The image above shows the various types of layers in :ref:`layer_docker`. Each layer type has a different purpose for example all the vector elements can be only placed on a vector layer and similarly normal raster elements are mostly on the paint layer, :ref:`cat_layers_and_masks` page contains more information about these types layers. Now Let us see how these layers are composited in Krita. How are layers composited in Krita? ------------------------------------ In Krita, the visible layers form a composite image which is shown on the canvas. The order in which Krita composites the layers is from bottom to top, much like the stack of papers we discussed above. As we continue adding layers, the image we see changes, according to the properties of the newly added layers on top. Group Layers composite separately from the other layers in the stack, except when pass through mode is activated. The layers inside a group form a composite image first and then this composite is taken into consideration while the layer stack is composited to form a whole image. If the pass through mode is activated by pressing the icon similar to bricked wall, the layers within the group are considered as if they are outside that particular group in the layer stack, however, the visibility of the layers in a group depends on the visibility of the group. .. image:: /images/layers/Passthrough-mode_.png .. image:: /images/layers/Layer-composite.png The groups in a PSD file saved from Photoshop have pass-through mode on by default unless they are specifically set with other blending modes. .. index:: Alpha Inheritance, Clipping Masks Inherit Alpha or Clipping layers -------------------------------- There is a clipping feature in Krita called inherit alpha. It is denoted by an alpha icon in the layer stack. .. image:: /images/layers/Inherit-alpha-02.png It can be somewhat hard to figure out how the :dfn:`inherit alpha` feature works in Krita for the first time. Once you click on the inherit alpha icon on the layer stack, the pixels of the layer you are painting on are confined to the combined pixel area of all the layers below it. That means if you have the default white background layer as first layer, clicking on the inherit alpha icon and painting on any layer above will seem to have no effect as the entire canvas is filled with white. Hence, it is advised to put the base layer that you want the pixels to clip in a group layer. As mentioned above, group layers are composited separately, hence the layer which is the lowest layer in a group becomes the bounding layer and the content of the layers above this layer clips to it if inherit alpha is enabled. .. image:: /images/layers/Inherit-alpha-krita.jpg .. image:: /images/layers/Krita-tutorial2-I.1-2.png You can also enable alpha inheritance to a group layer. Masks and Filters ----------------- Krita supports non-destructive editing of the content of the layer. Non-destructive editing means editing or changing a layer or image without actually changing the original source image permanently, the changes are just added as filters or masks over the original image while keeping it intact, this helps a lot when your workflow requires constant back and forth. You can go back to original image with a click of a button. Just hide the filter or mask you have your initial image. You can add various filters to a layer with Filter mask, or add Filter layer which will affect the whole image. Layers can also be transformed non-destructively with the transformation masks, and even have portions temporarily hidden with a Transparent Mask. Non-destructive effects like these are very useful when you change your mind later, or need to make a set of variations of a given image. .. note:: You can merge all visible layers by selecting everything first :menuselection:`Layer --> Select --> Visible Layers`. Then Combine them all by merging :menuselection:`Layer --> Merge with Layer Below`. These filters and masks are accessible through the right-click menu (as shown in the image below) and the Plus icon on the layer docker. .. image:: /images/layers/Layer-right-click.svg You can also add a filter as a mask from filter dialog itself, by clicking on the :guilabel:`Create Filter Mask` button. .. image:: /images/layers/Filtermask-button.png All the filters and masks can also be applied over a group too, thus making it easy to non-destructively edit multiple layers at once. In the :ref:`category Layers and masks ` you can read more about the individual types of layers and masks. :ref:`Layer Docker ` has more information about the shortcuts and other layer management workflows.