Intensity
function Intensity(Color32: TColor32): Integer;
Description
Returns weighted intensity of the color, which is calculated as
I = R * 0.21 + G * 0.71 + B * 0.08;
See Also
Color32, Gray32, TColor32
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007