mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
add 'fill_image' script function, rename 'offset' combine mode to 'lightmap'
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user