function SetAlpha(Color32: TColor32; NewAlpha: Integer): TColor32;
Returns a color with the new alpha channel. This function automatically performs clipping of the NewAlpha parameter to [0…255] range.