Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:GetOneAuthenticPixel

1859 %  GetOneAuthenticPixel() returns a single pixel at the specified (x,y)
1862 % The format of the GetOneAuthenticPixel() method is:
1864 % MagickBooleanType GetOneAuthenticPixel(const Image image,const ssize_t x,
1906 MagickExport MagickBooleanType GetOneAuthenticPixel(Image *image,
1997 % If you plan to modify the pixel, use GetOneAuthenticPixel() instead.
2117 % you plan to modify the pixel, use GetOneAuthenticPixel() instead.