ImageChromaticAdaptationMode Enum
Specifies the chromatic adaptation (color shifting) mode to use with ImageProvider.
public enum ImageChromaticAdaptationMode
Fields
| Name | Description |
|---|---|
| Always | Always apply chromatic adaptation. Chromatic adaptation is based on a background color supplied in an ImageProviderRequest, falling back to a default background color from the current theme if not specified. |
| DarkThemes | Only applies chromatic adaptation when in a dark theme, and based on a default background color from that theme. |
| Never | No chromatic adaptation is applied. |