public static class Styler.SaturationStyler extends Styler<Double>
Styler.ColorStyler, Styler.GammaStyler, Styler.HueStyler, Styler.InvertLightnessStyler, Styler.LightnessStyler, Styler.SaturationStyler, Styler.VisibilityStyler, Styler.VisibilityType, Styler.WeightStyler| Constructor and Description |
|---|
SaturationStyler(double saturation)
Creates a saturation styler with the specified saturation that indicates the percentage
change in intensity of the basic color to apply to the element.
|
public SaturationStyler(double saturation)
saturation - Indicates the percentage change in brightness of the element. Negative
values increase darkness (where -100 specifies black) while positive values
increase brightness (where +100 specifies white).
Constraints: ≥-100 and ≤100
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.