Method ChangeLightness
ChangeLightness(ref RGBValue, int)
Darkens or lightens a color, based on the specified percentage ialpha of 0 would be completely black, 200 completely white an ialpha of 100 returns the same color.
public static void ChangeLightness(ref RGBValue rgb, int ialpha)
Parameters
ChangeLightness(int)
Darkens or lightens a color, based on the specified percentage ialpha of 0 would be completely black, 200 completely white an ialpha of 100 returns the same color.
public Color ChangeLightness(int ialpha)
Parameters
ialpha
intLightness value (0..200).