GetNearestColor method

int GetNearestColor(
  1. Pointer<HDC__> hdc,
  2. int color
)

Implementation

int GetNearestColor(
  ffi.Pointer<HDC__> hdc,
  int color,
) {
  return _GetNearestColor(
    hdc,
    color,
  );
}