PixelGetHSL method
void
PixelGetHSL()
Implementation
void PixelGetHSL(
ffi.Pointer<PixelWand> arg0,
ffi.Pointer<ffi.Double> arg1,
ffi.Pointer<ffi.Double> arg2,
ffi.Pointer<ffi.Double> arg3,
) {
return _PixelGetHSL(
arg0,
arg1,
arg2,
arg3,
);
}