C# Class NanoByte.Common.ColorUtils

Convert colors to different formats, interpolate, invert, ...
Afficher le fichier Open project: nano-byte/common

Méthodes publiques

Méthode Description
EqualsIgnoreAlpha ( this color1, Color color2 ) : bool

Compares two colors ignoring the alpha channel and the name

Private Methods

Méthode Description
Interpolate ( float factor, Color color1, Color color2 ) : Color

Method Details

EqualsIgnoreAlpha() public static méthode

Compares two colors ignoring the alpha channel and the name
public static EqualsIgnoreAlpha ( this color1, Color color2 ) : bool
color1 this
color2 System.Drawing.Color
Résultat bool