Google
GraphicsCommon.ToGray Function
Namespace
Pascal
function ToGray(rgb: TRGBTriple): byte;
File
Description

Converts color triplet to a "visually correct" gray color. 

This method is highly optimized for speed of black and white 24bpp images.

Related Information