|
|
|
|
|
dDominantImageColor (Function) In french: dCouleurDominanteImage Returns the dominant (i.e. most frequent) color of an image found in a variable of type Image or in an Image control. MyColor is Color = dDominantImageColor(IMG_MyImage)
Syntax
<Result> = dDominantImageColor(<Image>)
<Result>: Integer Dominant color of image. <Image>: Character string or Image variable Image to be analyzed. This parameter can correspond to:- the name of an Image control,
- the name of a variable of type Image.
Remarks - The transparent or semi-transparent pixels found in the image are ignored.
- dDominantImageColor cannot be used on vector images (SVG, PDF, etc).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|