Hi
A while ago someone pointed me at the ImageEnView.Proc.GetDominantColor
to detect for testing for an all white or black image. I would like to use this on a an individual layer but realise that I can't call the Proc.GetDominantColor
on individual layers.
I could load the image within a function using a non-visible ImageEnView component and then use the method GetDominantColor
, but that wouldn't be efficient because I can have as many as 96 images loaded as layers and each one would need to be loaded and tested by the function after I've loaded them as layers already - is there any way I can use the PROC.GetDominantColor
method on a layer without doing this?
Bruce.