MagSetFullscreenColorEffect function magnification

int MagSetFullscreenColorEffect(
  1. Pointer<MAGCOLOREFFECT> pEffect
)

Changes the color transformation matrix associated with the full-screen magnifier.

BOOL MagSetFullscreenColorEffect(
  PMAGCOLOREFFECT pEffect
);

Implementation

int MagSetFullscreenColorEffect(Pointer<MAGCOLOREFFECT> pEffect) =>
    _MagSetFullscreenColorEffect(pEffect);