GH_MemoryBitmapFilter_Multiply Method (GH_BitmapChannel, Double, Byte) |
Multiply all values in a specific channel with a specific factor,
using a custom scaling center anchor.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void Filter_Multiply(
GH_BitmapChannel channel,
double factor,
byte anchor
)
Public Sub Filter_Multiply (
channel As GH_BitmapChannel,
factor As Double,
anchor As Byte
)
Parameters
- channel
- Type: Grasshopper.KernelGH_BitmapChannel
Channel(s) to multiply. - factor
- Type: SystemDouble
Multiplication factor. - anchor
- Type: SystemByte
Byte value to scale from.
See Also