Lines Matching refs:pixel
42 // At returns the color of the pixel at (x, y).
43 // At(Bounds().Min.X, Bounds().Min.Y) returns the upper-left pixel of the grid.
54 // ColorIndexAt returns the palette index of the pixel at (x, y).
61 // Pix holds the image's pixels, in R, G, B, A order. The pixel at
87 // the pixel at (x, y).
160 // Pix holds the image's pixels, in R, G, B, A order and big-endian format. The pixel at
191 // the pixel at (x, y).
272 // Pix holds the image's pixels, in R, G, B, A order. The pixel at
298 // the pixel at (x, y).
371 // Pix holds the image's pixels, in R, G, B, A order and big-endian format. The pixel at
402 // the pixel at (x, y).
483 // Pix holds the image's pixels, as alpha values. The pixel at
509 // the pixel at (x, y).
575 // Pix holds the image's pixels, as alpha values in big-endian format. The pixel at
601 // the pixel at (x, y).
670 // Pix holds the image's pixels, as gray values. The pixel at
696 // the pixel at (x, y).
749 // Pix holds the image's pixels, as gray values in big-endian format. The pixel at
775 // the pixel at (x, y).
831 // Pix holds the image's pixels, in C, M, Y, K order. The pixel at
857 // the pixel at (x, y).
917 // Pix holds the image's pixels, as palette indices. The pixel at
944 // the pixel at (x, y).