MagGetFullscreenColorEffect function magnification

int MagGetFullscreenColorEffect(
  1. Pointer<MAGCOLOREFFECT> pEffect
)

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

BOOL MagGetFullscreenColorEffect(
  PMAGCOLOREFFECT pEffect
);

Implementation

int MagGetFullscreenColorEffect(Pointer<MAGCOLOREFFECT> pEffect) =>
    _MagGetFullscreenColorEffect(pEffect);