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