ColorMatchToTarget method

int ColorMatchToTarget(
  1. Pointer<HDC__> hdc,
  2. Pointer<HDC__> hdcTarget,
  3. int action
)

Implementation

int ColorMatchToTarget(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<HDC__> hdcTarget,
  int action,
) {
  return (_ColorMatchToTarget ??=
      _dylib.lookupFunction<_c_ColorMatchToTarget, _dart_ColorMatchToTarget>(
          'ColorMatchToTarget'))(
    hdc,
    hdcTarget,
    action,
  );
}