invert

Returns a view which inverts all channels.

alias invert = colorMap!(c => ~c)

Meta