Click or drag to resize

PhotoColorMultiplyCommandMultiple Property

Gets or sets a value that indicates how much to multiply the colors in the image.

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 double Multiple { get; set; }

Property Value

Type: Double
Remarks
1 leaves the Same, < 1 reduces color, 0 is Convert to Gray, 2 doubles color. Range is 0 to 10, Default is 2.0
See Also