×

Create Solid Matte

iOS 14 +

Notes

Create a matte image with your choice of colour and size.

Syntax

createMatte(width: <#Integer#>, height: <#Integer#>, colour: <#Enumeration (MatteColours)#>, hexColour: <#String (Allows Variables)#>, transparency: <#Double#>)

Example

createMatte(width: 512, height: 512, colour: black, hexColour: "", transparency: 0.5)