Color.ColorContext Property

Definition

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.

Applies to