TIEGlobalSettings.CurrentMonitorProfile
Declaration
property CurrentMonitorProfile: string;
Description
Returns the color profile for the monitor of the active window.
Note: You can load the profile using
LoadFromFile
// Load the color profile of the current monitor
icc := TIEICC.Create();
icc.LoadFromFile( IEGlobalSettings().CurrentMonitorProfile );
// Do something with icc
icc.Free();
See Also
◼Color Management System
◼ColorProfile