summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/palette.c
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2015-07-20 08:11:41 +0200
committer ImJezze <jezze@gmx.net>2015-07-20 08:11:41 +0200
commit4bcb0c13f50ddb1cd3fd0341b4bb31d9c3c7fc7a (patch)
tree55eccacfca0e69435d0d4e6615205310ca11f271 /src/lib/util/palette.c
parentd132946c6f45aa8d271c6180e86f72dd08243048 (diff)
parent229785f695b26c702c8490792611f59d0366a933 (diff)
Merge pull request #5 from mamedev/master
Sync to base master
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..f2252a24319 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)
{