Home | GR32 |
function AlphaComponent(Color32: TColor32): Integer;
Extracts the alpha component from the parameter.
This function is provided for convenience only. Use direct conversion in performance-critical parts of your code, for example:
Alpha := Color32 shr 24;
BlueComponent, GreenComponent, RedComponent, TColor32
Copyright ©2000-2004 Alex Denisov and Contributors - Graphics32 v1.7.1 - Build on 25-Februar-2005