Share via


ColorInterpolationMode Enumeration

Definition

Bestimmt, wie die Farben in einem Farbverlauf interpoliert werden.

public enum class ColorInterpolationMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ColorInterpolationMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ColorInterpolationMode
Public Enum ColorInterpolationMode
<object property="enumMemberName"/>
Vererbung
ColorInterpolationMode
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

ScRgbLinearInterpolation 0

Farben werden im scRGB-Farbraum interpoliert.

SRgbLinearInterpolation 1

Farben werden im sRGB-Farbraum interpoliert.

Gilt für: