Click or drag to resize

GH_MemoryBitmapFilter_Shift Method

Shift all values in a specific channel with a specific amount.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void Filter_Shift(
	GH_BitmapChannel channel,
	byte amount
)

Parameters

channel
Type: Grasshopper.KernelGH_BitmapChannel
Channel(s) to shift.
amount
Type: SystemByte
Shift amount.
See Also