GetNearestPaletteIndex method
Implementation
int GetNearestPaletteIndex(
ffi.Pointer<HPALETTE__> h,
int color,
) {
return (_GetNearestPaletteIndex ??= _dylib.lookupFunction<
_c_GetNearestPaletteIndex,
_dart_GetNearestPaletteIndex>('GetNearestPaletteIndex'))(
h,
color,
);
}