Method Lighter
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Lighter(Color)
Returns a color lighter than the given color.
public static Color Lighter(this Color color)
Parameters
colorColorThe base color.
Returns
- Color
A new color with each RGB channel increased by a fixed offset.