mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
Function: fill_image
|
|
|
|
DOC_MSE_VERSION: since 2.6.0
|
|
|
|
--Usage--
|
|
> fill_image(input: image, color: color)
|
|
|
|
Fill an image with a single color, but keep the alpha channel unchanged.
|
|
|
|
|
|
--Parameters--
|
|
! Parameter Type Description
|
|
| @input@ [[type:image]] Image to fill.
|
|
| @color@ [[type:color]] Color to fill with.
|