back to Table of Contents


MakeAntiqueTint (function)

Makes the image losing some contrast and have a yellowish tint like in the old photographs. This effect looks best if used on previously grayscaled images, but can be used on color images as well. The alpha channel of the source image is retained and copied 1:1.


SYNTAX:

newImg& = MakeAntiqueTint& (shan&, minX%, minY%, maxX%, maxY%, mask&)

INPUTS:

shan&, mask& (LONGs)

minX%, minY%, maxX%, maxY% (INTEGERs)


RESULT:

newImg& (LONG)


back to Table of Contents