|
|
|
|
<Image variable>.EncrustColor (Function) In french: <Variable Image>.IncrusteCouleur 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% MyImage.EncrustColor(YellowToolhelp, 5) // Displays the image in an Image control IMG_LandscapeImage = MyImage
Syntax
<Image variable>.EncrustColor(<Color to encrust> [, <Opacity>])
<Image variable>: 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).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|