Table of Contents

Method ChangeHSV

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

ChangeHSV(double, double, double)

Changes the hue, the saturation and the brightness(value) of each pixel in the image.

void ChangeHSV(double angleH, double factorS, double factorV)

Parameters

angleH double

A double in the range [-1.0..+1.0], where -1.0 corresponds to -360 degrees and +1.0 corresponds to +360 degrees

factorS double

a double in the range [-1.0..+1.0], where -1.0 corresponds to -100 percent and +1.0 corresponds to +100 percent

factorV double

A double in the range[-1.0..+1.0], where -1.0 corresponds to -100 percent and +1.0 corresponds to +100 percent.