Mixing.Tint
Extension Method in Mixing
Declaration
public static Color Tint(this Color color, float percentage = 0.1F)
Description
Returns a tint of the color by mixing it with a percentage of white.
Parameters
color | The color to tint. |
percentage | The percentage of white to mix with [0..1] (default=0.1). |
Returns
Color | The tinted color. |