Encrusts a color in an image found in an
Image variable. The color is applied to the content of the image. Using the opacity allows you to get specific effects.
// Use an Image variable
MyImage is Image
MyImage = "image.png"
// Encrusts the Yellow Toolhelp color with an opacity set to 5%
dEncrustColor(MyImage, YellowToolhelp, 5)
// Displays the image in an Image control
IMG_LandscapeImage = MyImage
Syntax
dEncrustColor(<Image> , <Color to encrust> [, <Opacity>])
<Image>: Image variable
Image variable corresponding to the image to use.
<Color to encrust>: Integer
Color that must be encrusted in the image. This color can correspond to:
<Opacity>: Optional real
Percentage of opacity used for the encrusted color (100% by default, no opacity is applied).