C# Class PatchworkLauncher.ColorExt

Afficher le fichier Open project: GregRos/Patchwork

Méthodes publiques

Méthode Description
Lighten ( this color, int increase ) : Color
Transform ( this color, Func selector ) : Color

Method Details

Lighten() public static méthode

public static Lighten ( this color, int increase ) : Color
color this
increase int
Résultat Color

Transform() public static méthode

public static Transform ( this color, Func selector ) : Color
color this
selector Func
Résultat Color