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 ??=
      _dylib.lookupFunction<_c_GetDeviceGammaRamp, _dart_GetDeviceGammaRamp>(
          'GetDeviceGammaRamp'))(
    hdc,
    lpRamp,
  );
}