Click or drag to resize

PhotoColorCorrectCommand Constructor (Double, Double, Double, Double)

Initializes a new instance of the PhotoColorCorrectCommand class with values of effect on red, breen, blue, and yellow colors.

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 PhotoColorCorrectCommand(
	double redEffect,
	double greenEffect,
	double blueEffect,
	double yellowEffect
)

Parameters

redEffect
Type: SystemDouble
Effect on the Red color.
greenEffect
Type: SystemDouble
Effect on the Green color.
blueEffect
Type: SystemDouble
Effect on the Blue color.
yellowEffect
Type: SystemDouble
Effect on the Yellow color.
See Also