[Overview][Constants][Types][Procedures and functions][Index] |
Converts a Lazarus TColor value to its grayscale equivalent.
Source position: graphutil.pp line 30
function ColorToGray( |
const AColor: TColor |
):Byte; |
AColor |
|
TColor value converted in the method. |
Byte contain the grayscale value for the specified color.
lazarus-ccr.sourceforge.net |