MagSetColorEffect function magnification

int MagSetColorEffect(
  1. int hwnd,
  2. Pointer<MAGCOLOREFFECT> pEffect
)

Sets the color transformation matrix for a magnifier control.

BOOL MagSetColorEffect(
  HWND            hwnd,
  PMAGCOLOREFFECT pEffect
);

Implementation

int MagSetColorEffect(int hwnd, Pointer<MAGCOLOREFFECT> pEffect) =>
    _MagSetColorEffect(hwnd, pEffect);