Click or drag to resize

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
)

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