Freigeben über


ColorInterpolationMode Enumeration

Definition

Bestimmt, wie die Farben in einem Farbverlauf interpoliert werden.

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"/>
Vererbung
ColorInterpolationMode
Attribute

Felder

ScRgbLinearInterpolation 0

Farben werden im scRGB-Farbraum interpoliert.

SRgbLinearInterpolation 1

Farben werden im sRGB-Farbraum interpoliert.

Gilt für: