A Sandcastle Documented Class Library
PixelAnalysis Class
NamespacesGifComponentsPixelAnalysis
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.
Declaration Syntax
C#Visual BasicVisual C++
public class PixelAnalysis
Public Class PixelAnalysis
public ref class PixelAnalysis
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
PixelAnalysis

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453