GetDIBPixelColor   Method

Description         Returns the color of a pixel from a device independent bitmap (DIB).

Syntax                 TagCount = [BiDib.]GetDIBPixelColor  hDib x y Color

Remarks             Ret                          BOOL             TRUE of False.

                            hDib                       LONGLONG Handle to a DIB.

                            x                              Long                x coordinate of the pixel.

                            y                              Long                y coordinate of the pixel.

                            Color                      LONGLONG Color value. The pixel’s color will be returned in this parameter.

See Also              SetDIBPixelColor Method