FillAlpha¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The 3 channel image to convert. | Image |
||
Output ➡️ |
The converted 4 channel image with the alpha channel filled. | Image |
This shard takes an image with 3-channels(RGB) and converts it to a 4-channel(RGBA) image with the alpha channel set to 255.
Details¶
If the input image already has 4 channels, the shard will return the image unchanged.