[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
DecColor - decrease the component RGBs of a colour by the quantity specified (usually results in a darker colour overall)
Source position: graphics.pp line 1885
function DecColor( |
AColor: TColor; |
AQuantity: Byte |
):TColor; |
AColor |
|
AColor - the original colour for processing |
AQuantity |
|
AQuantity - the amount by which the colour is to be changed |
Returns a copy of the original colour, decremented by a specified amount
lazarus-ccr.sourceforge.net |