| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
InvertColor - returns the complementary color to the supplied value - helps to produce a 'negative' image.
Source position: graphics.pp line 1926
| function InvertColor( | 
| AColor: TColor | 
| ):TColor; | 
| AColor | 
 | AColor - the original color for processing. | 
Returns the inverse of the original color (i.e. a 'negative' effect).
| Version 4.0 | Generated 2025-05-03 | Home |