function Lighten(C: TColor32; Amount: Integer): TColor32;
The resulting color is formed from the color components of the parameter C by adding Amount to each of them and clipping the sum to [0 255] range.
Amount may be negative.
[See Also]