Companion

Properties

Link copied to clipboard

Pixel values are added componentwise. This is used in additive blending for translucency.

Link copied to clipboard

Pixel values are given to the maximum function (max(source, destination)).

Link copied to clipboard

Pixel values are given to the minimum function (min(source, destination)).

Link copied to clipboard

Pixel values are subtracted componentwise (destination - source).

Link copied to clipboard

Pixel values are subtracted componentwise (source - destination). This is used in alpha blending for translucency.