app.command.InvertColor {
ui=true,
channels=FilterChannels...
}ui: Shows the dialog on the screen,trueby default. Set tofalsefor automatic invert colors without asking to the user for the change.channels: A combination of FilterChannels with bitwise OR (|) operator. By default it is equal to: FilterChannels.RED | FilterChannels.GREEN | FilterChannels.BLUE | FilterChannels.GRAY.