3 references to ColorTransformHandle
PresentationCore (3)
Core\CSharp\System\Windows\Media\ColorTransformHelper.cs (1)
165private ColorTransformHandle _transformHandle;
Core\CSharp\System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (2)
1539internal static extern ColorTransformHandle /* HTRANSFORM */ CreateMultiProfileTransform(IntPtr[] /* PHPROFILE */ pahProfiles, UInt32 nProfiles, UInt32[] padwIntent, UInt32 nIntents, UInt32 dwFlags, UInt32 indexPreferredCMM); 1545internal static extern int /* HRESULT */ TranslateColors(ColorTransformHandle /* HTRANSFORM */ hColorTransform, IntPtr paInputColors, UInt32 nColors, UInt32 ctInput, IntPtr paOutputColors, UInt32 ctOutput);