Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ImageCombineType

Enum for determining how two images are combined together.

Items 5

HistoryNameValueDescription
591BlendSourceOver1

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

591Overwrite2

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

616Add3

Adds pixels from the source and pixels from the destination together.

616Multiply4

Multiplies pixels from the source and pixels from the destination together. RGBA values are multiplied as values between 0 and 1. Values lower than 1 have a darkening effect on the image.

616AlphaBlend5

Blends pixels from the source with pixels from the destination based on the alpha of the source pixels. Unlike BlendSourceOver, the destination color in AlphaBlend affects the resulting color of the image, regardless of the destination color's alpha.

Description

Enum for determining how two images are combined together.

History 6

Settings