Color.ColorContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the International Color Consortium (ICC) or Image Color Management (ICM) color profile of the color.
public:
property System::Windows::Media::ColorContext ^ ColorContext { System::Windows::Media::ColorContext ^ get(); };
public System.Windows.Media.ColorContext ColorContext { get; }
member this.ColorContext : System.Windows.Media.ColorContext
Public ReadOnly Property ColorContext As ColorContext
Property Value
The International Color Consortium (ICC) or Image Color Management (ICM) color profile of the color.
Remarks
A International Color Consortium (ICC) or Image Color Management (ICM) color profile contains a color system profile for a particular application or device such as a color printer. This profile is matched to a common profile that in turn can be mapped to the individual profiles of other devices. This allows the color system used by one computer device to match the colors from other applications and devices on the same or other computer systems.