mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 05:43:12 +01:00
Updated docs.
This commit is contained in:
28
bgfx.html
28
bgfx.html
@@ -1594,17 +1594,25 @@ creating windows.</p>
|
||||
</p>
|
||||
</dd></dl>
|
||||
|
||||
<div class="admonition warning">
|
||||
<p class="first admonition-title">Warning</p>
|
||||
<p>doxygenfunction: Unable to resolve multiple matches for function “bgfx::setPaletteColor” with arguments (uint8_t, const float) in doxygen xml output for project “bgfx” from directory: ../../.build/docs/xml.
|
||||
Potential matches:
|
||||
<dl class="function">
|
||||
<dt id="_CPPv2N4bgfx15setPaletteColorE7uint8_tA4_Kf">
|
||||
<span id="bgfx::setPaletteColor__uint8_t.floatCA"></span><span class="target" id="bgfxnamespacebgfx_1acd59d0793b3776296a4867ab73338177"></span>void <code class="descclassname">bgfx::</code><code class="descname">setPaletteColor</code><span class="sig-paren">(</span>uint8_t <em>_index</em>, <em class="property">const</em> float <em>_rgba</em>[4]<span class="sig-paren">)</span><a class="headerlink" href="#_CPPv2N4bgfx15setPaletteColorE7uint8_tA4_Kf" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Set palette color value. </p>
|
||||
<p><dl class="docutils">
|
||||
<dt><strong>Attention</strong></dt>
|
||||
<dd>C99 equivalent is <code class="docutils literal"><span class="pre">bgfx_set_palette_color</span></code>. </dd>
|
||||
<dt><strong>Parameters</strong></dt>
|
||||
<dd><ul class="breatheparameterlist first last">
|
||||
<li><code class="first docutils literal"><span class="pre">_index</span></code> - <p>Index into palette. </p>
|
||||
</li>
|
||||
<li><code class="first docutils literal"><span class="pre">_rgba</span></code> - <p>RGBA floating point value.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</p>
|
||||
<div class="last highlight-python"><div class="highlight"><pre>- void bgfx::setPaletteColor(uint8_t, const float[4])
|
||||
- void bgfx::setPaletteColor(uint8_t, float, float, float, float)
|
||||
- void bgfx::setPaletteColor(uint8_t, uint32_t)
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="function">
|
||||
<dt id="_CPPv2N4bgfx15setPaletteColorE7uint8_tffff">
|
||||
<span id="bgfx::setPaletteColor__uint8_t.float.float.float.float"></span><span class="target" id="bgfxnamespacebgfx_1a5484a3d28fd5570f6c5920bc584f5fd6"></span>void <code class="descclassname">bgfx::</code><code class="descname">setPaletteColor</code><span class="sig-paren">(</span>uint8_t <em>_index</em>, float <em>_r</em>, float <em>_g</em>, float <em>_b</em>, float <em>_a</em><span class="sig-paren">)</span><a class="headerlink" href="#_CPPv2N4bgfx15setPaletteColorE7uint8_tffff" title="Permalink to this definition">¶</a></dt>
|
||||
|
||||
@@ -700,7 +700,7 @@
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx15setPaletteColorE7uint8_t8uint32_t">bgfx::setPaletteColor (C++ function)</a>, <a href="bgfx.html#_CPPv2N4bgfx15setPaletteColorE7uint8_tffff">[1]</a>
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx15setPaletteColorE7uint8_t8uint32_t">bgfx::setPaletteColor (C++ function)</a>, <a href="bgfx.html#_CPPv2N4bgfx15setPaletteColorE7uint8_tA4_Kf">[1]</a>, <a href="bgfx.html#_CPPv2N4bgfx15setPaletteColorE7uint8_tffff">[2]</a>
|
||||
</dt>
|
||||
|
||||
|
||||
|
||||
BIN
objects.inv
BIN
objects.inv
Binary file not shown.
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user