|
|
|
|
|
<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.
MyImage is Image
MyImage = "image.png"
MyImage.EncrustColor(YellowToolhelp, 5)
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|