Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
risolvipro committed Jan 14, 2024
1 parent c6bc5ed commit a45d79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion C-API.html
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ <h2 id="section-bitmap">🖼️ Bitmap</h2>
</div>
</div>
<div class="definition-header-more" id="more-bitmap-colorAt">
<div class="definition-title"><span class="definition-language">Lua</span><span class="definition-title-label">mode7.bitmap:colorAt() <span class="definition-return-type">mode7.color</span></span><a href="Lua-API.html#def-bitmap-colorAt" class="definition-permalink" permalink>#</a></div> </div>
<div class="definition-title"><span class="definition-language">Lua</span><span class="definition-title-label">mode7.bitmap:colorAt(x, y) <span class="definition-return-type">mode7.color</span></span><a href="Lua-API.html#def-bitmap-colorAt" class="definition-permalink" permalink>#</a></div> </div>
</div>
<div class="definition-content">
<div class="definition-block definition-description last"><p>Gets the color value at the given position.</p></div>
Expand Down
2 changes: 1 addition & 1 deletion Lua-API.html
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ <h2 id="section-bitmap">🖼️ Bitmap</h2>
<div id="def-bitmap-colorAt" class="definition" definition>
<div class="definition-header">
<div class="definition-header-primary">
<div class="definition-header-left"><div class="definition-title"><span class="definition-language">Lua</span><span class="definition-title-label">mode7.bitmap:colorAt() <span class="definition-return-type">mode7.color</span></span><a href="Lua-API.html#def-bitmap-colorAt" class="definition-permalink" permalink>#</a></div></div>
<div class="definition-header-left"><div class="definition-title"><span class="definition-language">Lua</span><span class="definition-title-label">mode7.bitmap:colorAt(x, y) <span class="definition-return-type">mode7.color</span></span><a href="Lua-API.html#def-bitmap-colorAt" class="definition-permalink" permalink>#</a></div></div>
<div class="definition-header-right">
<a href="javascript:;" class="more-button" data-more="more-bitmap-colorAt"><svg class="icon icon--small" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<polyline points="5 9 12 16 19 9"></polyline>
Expand Down

0 comments on commit a45d79d

Please sign in to comment.