Changes Hue, Saturation and Luminosity of the current selection.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void ModifyHSL( int hue, int saturation, int luminosity )
Public Sub ModifyHSL ( _ hue As Integer, _ saturation As Integer, _ luminosity As Integer _ )
public: void ModifyHSL( int hue, int saturation, int luminosity )
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
- luminosity
- Int32
offset to add to the Luminosity channel, from -100 to +100