1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00
This commit is contained in:
Emmanouil Papadeas 2024-08-16 14:29:02 +03:00
parent b0aabe4e8a
commit c58ce49ec1

View file

@ -100,7 +100,7 @@ func set_layer_metadata_image(
if not include:
# Store a small red value as a way to indicate that this layer should be skipped
# Used for layers such as child layers of a group, so that the group layer itself can
# sucessfuly be used as a clipping mask with the layer below it.
# sucessfully be used as a clipping mask with the layer below it.
image.set_pixel(index, 3, Color(0.2, 0.0, 0.0, 0.0))