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