askvity

How do I add layers on Krita?

Published in Krita Layers 3 mins read

Adding layers in Krita is a fundamental skill. Here's how you can do it:

Methods for Adding Layers

There are several ways to add layers in Krita:

  • Using the Layers Docker: This is the most common method.

    1. If you don't see the Layers docker, go to Settings > Dockers > Layers.
    2. In the Layers docker, click the "+" (plus) icon at the bottom. This will add a new paint layer.
    3. You can also use the dropdown menu next to the "+" to add different types of layers (vector layer, fill layer, filter layer, etc.)
  • Using Keyboard Shortcuts:

    • Press the Ins key (Insert) to add a new paint layer.
    • Press Shift + Ins keys to add a new vector layer.
    • Press Ctrl + Shift + N keys to add a new fill layer.
    • Press Ctrl + Alt + Shift + N to add a new filter mask.
  • Using the Layer Menu:

    1. Go to Layer > New > Paint Layer (or other layer type as needed).

Layer Types

Krita offers various layer types, each with specific purposes:

  • Paint Layer: This is the standard layer for drawing and painting.
  • Vector Layer: Allows you to create and edit vector graphics. These are scalable without losing quality.
  • Fill Layer: Fills the entire layer with a specific color or pattern.
  • Filter Layer: Applies a filter effect to all layers below it.
  • Group Layer: Used to organize multiple layers into a single group.

Creating a Group Layer

You can also create group layers to organize your layers:

  • Method 1: Using the Layers Docker: Click the "Create New Group Layer" icon (it looks like a folder) in the Layers docker.
  • Method 2: Using the Shortcut: Press Ctrl + G.
  • Method 3: Using the Layer Menu: Go to Layer > New > Group Layer.

If you have multiple layers selected when creating a group layer, they will be automatically placed inside the new group.

Tips and Tricks

  • Rename Layers: Double-click on a layer's name in the Layers docker to rename it. This helps keep your project organized.
  • Layer Order: The order of layers in the Layers docker determines their stacking order in the image. Drag layers up or down to change their order.
  • Opacity: Adjust the opacity of a layer to make it partially transparent. This is done within the layer docker.
  • Blending Modes: Experiment with different blending modes (e.g., Multiply, Overlay, Screen) to create interesting effects.

Related Articles