Click or drag to resize

PhotoColorMultiplyCommand Constructor (Double)

Initializes a new instance of the PhotoColorMultiplyCommand class with specified amount of multiple effect.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage.AdvancedPhotoEffects (in Atalasoft.dotImage.AdvancedPhotoEffects.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PhotoColorMultiplyCommand(
	double multiple
)

Parameters

multiple
Type: SystemDouble
The multiple effect to apply.
See Also