GetDeviceGammaRamp method

int GetDeviceGammaRamp(
  1. Pointer<HDC__> hdc,
  2. Pointer<Void> lpRamp
)

Implementation

int GetDeviceGammaRamp(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<ffi.Void> lpRamp,
) {
  return _GetDeviceGammaRamp(
    hdc,
    lpRamp,
  );
}