Freigeben über


ColorExtensions.WithSaturation(Color, Single) Methode

Definition

Erstellt eine neue Farbe basierend auf dieser Farbe, aber mit einer neuen Sättigung (0-100).

public static System.Drawing.Color WithSaturation (this System.Drawing.Color color, float saturation);

Parameter

color
System.Drawing.Color

Die Farbe, die als Basis verwendet werden soll.

saturation
System.Single

Die Sättigung, die 0-100 festgelegt werden soll.

Gibt zurück

System.Drawing.Color

Die neue Farbe.

Gilt für: