Returns the color of pixel (col, row). @param col the column index @param row the row index @return the color of pixel (col, row) @throws IndexOutOfBoundsException unless both 0 <= col < width and 0 <= row < height
(int col, int row)
source not stored for this graph (policy: none)
no test coverage detected