C1.Win.C1DX.4.8 Assembly / C1.Util.DX.WIC Namespace / BitmapDecoder Class / TryGetColorContexts Method / TryGetColorContexts(ImagingFactory) Method

In This Topic
TryGetColorContexts(ImagingFactory) Method
In This Topic
Get the ColorContext of the image (if any)
Syntax
'Declaration
 
Public Overloads Function TryGetColorContexts( _
   ByVal imagingFactory As ImagingFactory _
) As ColorContext()
 

Parameters

imagingFactory

Return Value

null if the decoder does not support color contexts; otherwise an array of zero or more ColorContext objects
See Also