public interface ColorStyle
Modifier and Type | Method and Description |
---|---|
int |
getAlpha()
the opacity as expressed by a percentage value
|
java.awt.Color |
getColor() |
int |
getHueMod()
the hue as expressed by a percentage relative to the input color.
|
int |
getHueOff()
the hue shift as expressed by a percentage relative to the input color.
|
int |
getLumMod()
the luminance as expressed by a percentage relative to the input color.
|
int |
getLumOff()
the luminance shift as expressed by a percentage relative to the input color.
|
int |
getSatMod()
the saturation as expressed by a percentage relative to the input color.
|
int |
getSatOff()
the saturation shift as expressed by a percentage relative to the input color.
|
int |
getShade()
specifies a darker version of its input color.
|
int |
getTint()
specifies a lighter version of its input color.
|
java.awt.Color getColor()
int getAlpha()
int getHueOff()
int getHueMod()
int getSatOff()
int getSatMod()
int getLumOff()
int getLumMod()
int getShade()
int getTint()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.