stylish Lighten
Lightens this color by interpolating it toward Color.White.
A factor of 0.0f returns the color unchanged; 1.0f returns pure white. Values outside the 0.0f..1.0f range are clamped by the underlying lerp interpolation.
Return
The lightened color.
Parameters
factor
The blend amount toward white, in the range 0.0f..1.0f.