Change the RGB channels of the current image (or of the current selection).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void ModifyIntensity(
	int red,
	int green,
	int blue
)
Public Sub ModifyIntensity ( _
	red As Integer, _
	green As Integer, _
	blue As Integer _
)
public:
void ModifyIntensity(
	int red, 
	int green, 
	int blue
)

Parameters

red
Int32
offset to add to the Red channel, from -255 to +255
green
Int32
offset to add to the Green channel, from -255 to +255
blue
Int32
offset to add to the Blue channel, from -255 to +255

See Also