|
|
|
|
|
dHalo (Function) In french: dHalo Adds a halo effect on an image found in an Image variable. MonImage is Image
MonImage = "Image.png"
dHalo(MonImage, LightYellow, 5)
Syntax
dHalo(<Image> , <Halo color> [, <Thickness> [, <Clipping>]])
<Image>: Image variable Name of the Image variable that corresponds to the image to use. <Halo color>: Integer Color of the halo that must be added to the image. This color can correspond to: <Thickness>: Optional integer Thickness of the halo in pixels (2 pixels by default). <Clipping>: Optional boolean - True if the halo must be clipped,
- False (default value) otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|