Lucee object methods reference
Object Method Image.negative
Creates a negative version of the image by inverting all pixel values. Each color channel value is subtracted from 255, resulting in opposite colors (e.g., white becomes black, red becomes cyan).
Image.negative():void
Category
image
Arguments
This function has no arguments