BitmapDecoder.ColorContexts Property

Definition

Gets a value that represents the color profile associated with a bitmap, if one is defined.

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ ColorContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ get(); };
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { [System.Security.SecurityCritical] get; }
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { get; }
[<get: System.Security.SecurityCritical>]
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
Public Overridable ReadOnly Property ColorContexts As ReadOnlyCollection(Of ColorContext)

Property Value

An instance of ColorContext that represents the embedded color profile of the bitmap. If no color profile has been defined, this property returns null. This property has no default value.

Attributes

Applies to