ColorInterpolationMode Enum

Definition

Determines how the colors in a gradient are interpolated.

public enum class ColorInterpolationMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ColorInterpolationMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ColorInterpolationMode
Public Enum ColorInterpolationMode
<object property="enumMemberName"/>
Inheritance
ColorInterpolationMode
Attributes

Fields

ScRgbLinearInterpolation 0

Colors are interpolated in the scRGB color space.

SRgbLinearInterpolation 1

Colors are interpolated in the sRGB color space.

Applies to