Preparing search index...
The search index is not available
ImageJS
ImageJS
invert
Function invert
Invert the components of an image.
Param: image
The image to invert.
Param: options
Invert options.
Returns
The inverted image.
invert
(
image
:
Image
,
options
?:
InvertOptions
)
:
Image
Parameters
image
:
Image
Optional
options
:
InvertOptions
Returns
Image
invert
(
image
:
Mask
,
options
?:
InvertOptions
)
:
Mask
Parameters
image
:
Mask
Optional
options
:
InvertOptions
Returns
Mask
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ImageJS
Loading...
Invert the components of an image.
Param: image
The image to invert.
Param: options
Invert options.
Returns
The inverted image.