MagGetColorEffect function magnification

bool MagGetColorEffect(
  1. HWND hwnd,
  2. Pointer<MAGCOLOREFFECT> pEffect
)

Gets the color transformation matrix for a magnifier control.

To learn more, see learn.microsoft.com/windows/win32/api/magnification/nf-magnification-maggetcoloreffect.

Implementation

@pragma('vm:prefer-inline')
bool MagGetColorEffect(HWND hwnd, Pointer<MAGCOLOREFFECT> pEffect) =>
    _MagGetColorEffect(hwnd, pEffect) != FALSE;