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(
    hdc,
    hdcTarget,
    action,
  );
}