diff --git a/bgfx.html b/bgfx.html index 6555d3dcc..af502ae91 100644 --- a/bgfx.html +++ b/bgfx.html @@ -1594,17 +1594,25 @@ creating windows.
-Warning
-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: +
bgfx::setPaletteColor(uint8_t _index, const float _rgba[4])¶Set palette color value.
+bgfx_set_palette_color. _index - Index into palette.
+_rgba - RGBA floating point value.
+- void bgfx::setPaletteColor(uint8_t, const float[4])
-- void bgfx::setPaletteColor(uint8_t, float, float, float, float)
-- void bgfx::setPaletteColor(uint8_t, uint32_t)
-bgfx::setPaletteColor(uint8_t _index, float _r, float _g, float _b, float _a)¶