[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
InvertColor - returns the complementary colour to the supplied value - helps to produce a 'negative' image
Source position: graphics.pp line 1884
function InvertColor( |
AColor: TColor |
):TColor; |
AColor |
|
AColor - the original colour for processing |
Returns the inverse of the original colour (ie a 'negative' effect)
lazarus-ccr.sourceforge.net |