BlueComponent

Graphics32

BlueComponent

function BlueComponent(Color32: TColor32): Integer;

Description

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;

See Also

AlphaComponent, GreenComponent, RedComponent, TColor32, TColor32Entry