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