Searched refs:GetNearestPaletteColor (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | image_reader.h | 91 static int GetNearestPaletteColor(Pixel want_color, GX_COLOR *palette, int palsize);
|
| D | PaletteLayoutDlg.cpp | 207 …info->colorval = image_reader::GetNearestPaletteColor(old_color, new_palette, new_pal_size); … in CheckResetColorIndexes()
|
| D | image_reader.cpp | 1978 int image_reader::GetNearestPaletteColor(Pixel want_color, GX_COLOR *palette, int palsize) in GetNearestPaletteColor() function in image_reader 2285 PalIndex = GetNearestPaletteColor(write, palette, reader->GetPalSize()); in WritePixel8bppPalette()
|
| D | ProjectConfigDlg.cpp | 2145 colorval = image_reader::GetNearestPaletteColor(rgb_color, new_pal, new_palsize); in GetColorVal()
|