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