Changes Hue, Saturation and Value 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 ModifyHSV(
	int hue,
	int saturation,
	int val
)
Public Sub ModifyHSV ( _
	hue As Integer, _
	saturation As Integer, _
	val As Integer _
)
public:
void ModifyHSV(
	int hue, 
	int saturation, 
	int val
)

Parameters

hue
Int32
offset to add to the Hue channel, from -180 to +180
saturation
Int32
offset to add to the Saturation channel, from -100 to +100
val
Int32
offset to add to the Value channel, from -100 to +100

See Also