UtilImageGetPixelColorPercentOfImage Method

Overload List

GetPixelColorPercentOfImage(FileInfo, Color) Analyzes each pixel of the spcified image, counts all the pixels that are of same color as the color specified, then calculates a percentage of the total grayscale presence in the image.
GetPixelColorPercentOfImage(Image, Color) Analyzes each pixel of the spcified image, counts all the pixels that are of same color as the color specified, then calculates a percentage of the total grayscale presence in the image.
GetPixelColorPercentOfImage(String, Color) Analyzes each pixel of the spcified image, counts all the pixels that are of same color as the color specified, then calculates a percentage of the total grayscale presence in the image.
GetPixelColorPercentOfImage(FileInfo, Int32, Color) Analyzes each pixel of the spcified image, counts all the pixels that are of same color as the color specified, then calculates a percentage of the total grayscale presence in the image.
GetPixelColorPercentOfImage(Image, Int32, Color) Analyzes each pixel of the spcified image, counts all the pixels that are of same color as the color specified, then calculates a percentage of the total grayscale presence in the image.
GetPixelColorPercentOfImage(String, Int32, Color) Analyzes each pixel of the spcified image, counts all the pixels that are of same color as the color specified, then calculates a percentage of the total grayscale presence in the image.

See Also