Click or drag to resize

GH_MemoryBitmapFilter_Invert Method

Invert all values in a specific channel.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void Filter_Invert(
	GH_BitmapChannel channel
)

Parameters

channel
Type: Grasshopper.KernelGH_BitmapChannel
Channel(s) to invert.
See Also