Returns the color at a specific point of an image in the ImageList.
Syntax: Pixel (Index, X,Y)
Example:
Button1.Color = ImageList1.Pixel (0,100,100)
Result: Button1 color will be set as the color of pixel (100,100) of the first image stored in the ImageList.