summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/palette.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/palette.c')
-rw-r--r--src/lib/util/palette.c15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/lib/util/palette.c b/src/lib/util/palette.c
index 321f5ebca72..7e20e7e9cb7 100644
--- a/src/lib/util/palette.c
+++ b/src/lib/util/palette.c
@@ -467,11 +467,16 @@ void palette_t::normalize_range(UINT32 start, UINT32 end, int lum_min, int lum_m
}
}
-
-//-------------------------------------------------
-// update_adjusted_color - update a color index
-// by group and index pair
-//-------------------------------------------------
+/**
+ * @fn void palette_t::update_adjusted_color(UINT32 group, UINT32 index)
+ *
+ * @brief -------------------------------------------------
+ * update_adjusted_color - update a color index by group and index pair
+ * -------------------------------------------------.
+ *
+ * @param group The group.
+ * @param index Zero-based index of the.
+ */
void palette_t::update_adjusted_color(UINT32 group, UINT32 index)
{