mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 07:11:32 -05:00
📚 Info about layers blend and opacity
This commit is contained in:
parent
97b9a7d31c
commit
c75b886548
2 changed files with 27 additions and 1 deletions
BIN
docs/img/styling/blend-opacity.webp
Normal file
BIN
docs/img/styling/blend-opacity.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
|
@ -155,4 +155,30 @@ title: 06· Styling
|
||||||
<video title="Apply blur to a layer" muted="" playsinline="" controls="" width="100%" poster="/img/styling/blur.webp" height="auto">
|
<video title="Apply blur to a layer" muted="" playsinline="" controls="" width="100%" poster="/img/styling/blur.webp" height="auto">
|
||||||
<source src="/img/styling/blur.mp4" type="video/mp4">
|
<source src="/img/styling/blur.mp4" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
<h2 id="blend">Opacity and blend</h2>
|
||||||
|
<p>Set the overal opacity for layers and their blend mode.</p>
|
||||||
|
<p>Blend allows you to control how a layer interacts with the layers beneath it, determining how pixels from the current layer are combined with pixels in the underlying layers. Use blend to achive various effects, such as shading, highlights, or creative visual styles.</p>
|
||||||
|
<figure>
|
||||||
|
<img alt="Layer blend and opacity" src="/img/styling/blend-opacity.webp"/>
|
||||||
|
</figure>
|
||||||
|
<p>Blend options available:</p>
|
||||||
|
<ul>
|
||||||
|
<li><strong>Normal</strong></li>
|
||||||
|
<li><strong>Darken</strong></li>
|
||||||
|
<li><strong>Multiply</strong></li>
|
||||||
|
<li><strong>Color burn</strong></li>
|
||||||
|
<li><strong>Lighten</strong></li>
|
||||||
|
<li><strong>Screen</strong></li>
|
||||||
|
<li><strong>Color dodge</strong></li>
|
||||||
|
<li><strong>Overlay</strong></li>
|
||||||
|
<li><strong>Soft light</strong></li>
|
||||||
|
<li><strong>Hard light</strong></li>
|
||||||
|
<li><strong>Difference</strong></li>
|
||||||
|
<li><strong>Exclusion</strong></li>
|
||||||
|
<li><strong>Hue</strong></li>
|
||||||
|
<li><strong>Saturation</strong></li>
|
||||||
|
<li><strong>Color</strong></li>
|
||||||
|
<li><strong>Luminosity</strong></li>
|
||||||
|
</ul>
|
Loading…
Add table
Reference in a new issue