Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ImageCombineType

An enum determining how two images should be combined together.

Items 5

HistoryNameValueDescription
591BlendSourceOver1

Blend pixels from the source with the pixels from the destination using source over alpha blending.

591Overwrite2

Overwrite all pixels in the destination image with the pixels from the source image.

616Add3
616Multiply4
616AlphaBlend5

Description

An enum determining how two images should be combined together.

History 6

Settings