BitmapDecoder.ColorContexts 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.