MagGetColorEffect function magnification
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;