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
)
Public Sub Filter_Shift (
channel As GH_BitmapChannel,
amount As Byte
)
Parameters
- channel
- Type: Grasshopper.KernelGH_BitmapChannel
Channel(s) to shift. - amount
- Type: SystemByte
Shift amount.
See Also