InvertColor - returns the complementary color to the supplied value - helps to produce a 'negative' image.
Source position: graphics.pp line 1908
function InvertColor( |
AColor: TGraphicsColor |
):TGraphicsColor; |
AColor |
|
AColor - the original color for processing. |
Returns the inverse of the original color (i.e. a 'negative' effect).