Sets the color of pixel (col, row) to given color. @param col the column index @param row the row index @param color the color @throws IndexOutOfBoundsException unless both 0 <= col < width and 0 <= row < height @throws IllegalArgumentException if color is {@
(int col, int row, Color color)
source not stored for this graph (policy: none)
no test coverage detected