[]
Get the ColorContext of the image (if any)
public HResult TryGetColorContexts(ImagingFactory imagingFactory, out ColorContext[] colorContexts)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | imagingFactory | The factory for creating new color contexts |
| ColorContext[] | colorContexts | The color context array, or null |
| Type | Description |
|---|---|
| HResult |
When the image format does not support color contexts,
Get the ColorContext of the image (if any)
public ColorContext[] TryGetColorContexts(ImagingFactory imagingFactory)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | imagingFactory |
| Type | Description |
|---|---|
| ColorContext[] | null if the decoder does not support color contexts; otherwise an array of zero or more ColorContext objects |