Home
|
GR32
|
|
function BlueComponent(Color32: TColor32): Integer;
Extracts the blue 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:
Blue := Color32 and $0000FF;
AlphaComponent, GreenComponent, RedComponent, Color Types, Color Types
Copyright ©2000-2012 Alex Denisov and the Graphics32 Team - Graphics32 v1.9.1 - Build on 28-August-2012