The result of analysing the pixels in an image or a collection of
images.
Creates a colour table containing the colours in the image or images,
and a collection of indexed pixels for each image containing the indices
of each pixel's colour within the colour table.

C# | Visual Basic | Visual C++ |
public class PixelAnalysis
Public Class PixelAnalysis
public ref class PixelAnalysis

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | PixelAnalysis(Image, Int32) |
Constructor.
|
![]() | PixelAnalysis(Collection<(Of <(Image>)>), Int32) |
Constructor.
|
![]() | ColourTable |
Gets a collection colours which includes the colours of all the
supplied pixels.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexedPixels |
Gets the indices within the colour table of the colours of each of
the pixels in the supplied image.
|
![]() | IndexedPixelsCollection |
Gets a collection of the indices within the colour table of the
colours of each of the pixels in the supplied images.
|
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString()()() | (Inherited from Object.) |

Object | |
![]() | PixelAnalysis |