Skip to content

Fills, Strokes & Effects

Every shape you create in Piko can be styled with fills, strokes, and effects. You can stack multiple fill and stroke layers, blend them together, and add shadows or blurs — all non-destructively. This guide covers every paint type, blending option, and effect available in the editor.

Piko supports five paint types that you can use for both fills and strokes. Switch between them using the paint type buttons in the fill or stroke popup.

Solid

A single uniform RGBA color. The simplest and most common paint type.

Linear Gradient

A directional gradient that blends between colors along a straight line between two points.

Radial Gradient

A circular gradient that radiates outward from a center point.

Angular Gradient

A conic (sweep) gradient that rotates around a center point, similar to a color wheel.

Diamond Gradient

A diamond-shaped gradient that radiates in a diamond pattern from the center.

Shapes in Piko can have multiple fill layers stacked on top of each other. This lets you combine solid colors and gradients in a single shape without needing to duplicate it.

  1. Select a shape on the canvas.
  2. In the Properties panel, find the Fill section.
  3. Click the + button to add a new fill layer.
  4. Choose a paint type and configure the color or gradient.

Each fill layer has its own independent settings:

PropertyDescription
Paint typeSolid, linear gradient, radial gradient, angular gradient, or diamond gradient.
OpacityTransparency of this fill layer (0 = fully transparent, 1 = fully opaque).
VisibilityToggle the eye icon to show or hide a fill layer without removing it.
Blend modeControls how this fill layer blends with the layers below it.

Like fills, shapes can have multiple stroke layers. Each stroke layer outlines the shape independently, so you can create effects like double borders or combine a thin inner stroke with a thick outer one.

  1. Select a shape on the canvas.
  2. In the Properties panel, find the Stroke section.
  3. Click the + button to add a new stroke layer.
  4. Set the stroke color, width, and alignment.

Stroke layers share the same paint type, opacity, visibility, and blend mode settings as fill layers, plus these additional options:

PropertyDescription
WidthStroke thickness in pixels.
AlignmentWhere the stroke sits relative to the path: Center (straddles the edge), Inside (drawn inward), or Outside (drawn outward).

Blend modes control how a fill or stroke layer’s colors interact with the content beneath it. Piko supports 16 blend modes organized into five categories.

ModeDescription
NormalDefault mode. The layer fully covers content below based on its opacity.
MultiplyMultiplies color values, producing a darker result. Useful for shadows and tinting.
ScreenInverts and multiplies, producing a brighter result. Great for highlights and glow effects.
OverlayCombines Multiply and Screen — darkens dark areas and lightens light areas.

Gradients let you blend smoothly between multiple colors. They are available for both fills and strokes and can be edited directly on the canvas.

  1. Select a shape that has a gradient fill or stroke.
  2. Click the gradient preview in the Properties panel to enter gradient editing mode.
  3. Drag the start and end handles on the canvas to control the gradient’s direction and length.
  4. Click on a color stop (the small circles along the gradient bar) to select it and change its color.
  5. Click anywhere along the gradient bar to add a new color stop.
  6. Drag a color stop away from the bar to remove it.
PropertyDescription
Color stopsEach gradient can have unlimited color stops. Every stop has an RGBA color and an offset position from 0 (start) to 1 (end).
Default linearA new linear gradient runs horizontally from left to right across the shape.
Default radialA new radial gradient radiates from the center of the shape to its right edge.

Piko maintains a foreground and background color pair, shown as two overlapping squares at the bottom of the toolbar.

  • The foreground color is used by paint tools like the Brush, Fill, and Pen tools.
  • The background color is used as a secondary color and for certain operations like canvas clearing.
  • Press X to swap the foreground and background colors instantly.

Effects add visual enhancements to shapes without changing the underlying geometry. You can apply effects from the Effects section in the Properties panel.

  1. Select a shape on the canvas.
  2. In the Properties panel, find the Effects section.
  3. Click the + button and choose an effect type.
  4. Adjust the effect settings as needed.

Multiple effects can be stacked on a single shape, and each effect has its own visibility toggle so you can compare the result with and without it.

Adds a shadow behind the shape that appears to lift it off the canvas.

PropertyDescription
Offset XHorizontal displacement of the shadow.
Offset YVertical displacement of the shadow.
Blur RadiusHow soft or sharp the shadow edge is. Higher values produce a softer shadow.
Spread RadiusExpands or contracts the shadow size before blurring.
ColorThe shadow color (RGBA), typically a semi-transparent black.
ActionHow
Add a fill layerSelect shape, click + in Fill section
Add a stroke layerSelect shape, click + in Stroke section
Change paint typeClick the paint type buttons in the fill or stroke popup
Edit a gradient on canvasClick the gradient preview to enter gradient editing mode
Add a gradient color stopClick along the gradient bar on canvas
Swap foreground / backgroundX
Add an effectSelect shape, click + in Effects section
Toggle fill / stroke / effect visibilityClick the eye icon on the layer
Change blend modeUse the blend mode dropdown on the fill or stroke row

For the complete shortcut list, see the Keyboard Shortcuts reference.