function Gray32(Intensity: Byte; Alpha: Byte): TColor32;

Description

The action of Gray32(I, A) is the same as Color32(I, I, I, A). It just works faster.

[See also] AlphaComponent, RedComponent, GreenComponent, BlueComponent