Home
last modified time | relevance | path

Searched refs:GetNearestPaletteColor (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dimage_reader.h91 static int GetNearestPaletteColor(Pixel want_color, GX_COLOR *palette, int palsize);
DPaletteLayoutDlg.cpp207 …info->colorval = image_reader::GetNearestPaletteColor(old_color, new_palette, new_pal_size); … in CheckResetColorIndexes()
Dimage_reader.cpp1978 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()
DProjectConfigDlg.cpp2145 colorval = image_reader::GetNearestPaletteColor(rgb_color, new_pal, new_palsize); in GetColorVal()