<pre><codeclass="python language-python hljs"><Surf>.fill(color) <spanclass="hljs-comment"># Pass tuple or pg.Color('<name/rgb_code>').</span>
<pre><codeclass="python language-python hljs"><Surf>.fill(color) <spanclass="hljs-comment"># Pass tuple of ints or pg.Color('<name/hex>').</span>
<Surf>.set_at((x, y), color) <spanclass="hljs-comment"># Updates pixel. Also <Surf>.get_at((x, y)).</span>
<Surf>.blit(<Surf>, (x, y)) <spanclass="hljs-comment"># Draws passed surface at specified location.</span>