function AlphaComponent(Color32: TColor32): Integer;
Extracts the alpha component from the parameter.
This function is provided for convenience and backward compatibility only. In performance-critical parts of your code use TColor32Entry typecasting or direct conversion:
Alpha := Color32 shr 24;
BlueComponent, GreenComponent, RedComponent, Color Types
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024