GetDeviceGammaRamp method
Implementation
int GetDeviceGammaRamp(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<ffi.Void> lpRamp,
) {
return (_GetDeviceGammaRamp ??=
_dylib.lookupFunction<_c_GetDeviceGammaRamp, _dart_GetDeviceGammaRamp>(
'GetDeviceGammaRamp'))(
hdc,
lpRamp,
);
}