MagGetColorEffect function magnification
Gets the color transformation matrix for a magnifier control.
BOOL MagGetColorEffect(
HWND hwnd,
PMAGCOLOREFFECT pEffect
);
Implementation
int MagGetColorEffect(int hwnd, Pointer<MAGCOLOREFFECT> pEffect) =>
_MagGetColorEffect(hwnd, pEffect);