Tweak to FindClosestColor

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8853 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2004-09-05 00:46:37 +00:00
parent d5a48f5dcf
commit 3713534518
2 changed files with 39 additions and 16 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ void SetRGBColor15(rgb_color *col,uint16 color);
void SetRGBColor16(rgb_color *col,uint16 color);
void SetRGBColor(rgb_color *col,uint32 color);
uint8 FindClosestColor(rgb_color *palette, rgb_color color);
uint8 FindClosestColor(const rgb_color *palette, rgb_color color);
uint16 FindClosestColor15(rgb_color color);
uint16 FindClosestColor16(rgb_color color);