Returns the average color for a GdPicture image or for an area of a GdPicture image defined by SetROI() function.
public Color GetAverageColor( int ImageID );
Public Function GetAverageColor( ByVal ImageID As Integer ) As Color
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
Color Object. You can build a Color Object using the ARGB() function. The average color.
Use the GetStat() function to check if this function has completed successfully.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|