Class ColorHSB
- java.lang.Object
-
- java.awt.Color
-
- net.sourceforge.plantuml.graphic.color.ColorHSB
-
- All Implemented Interfaces:
java.awt.Paint
,java.awt.Transparency
,java.io.Serializable
public class ColorHSB extends java.awt.Color
Color
with hue, saturation and brightness.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getBrightness()
float
getHue()
float
getSaturation()
java.lang.String
toString()
-
Methods inherited from class java.awt.Color
brighter, createContext, darker, decode, equals, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, hashCode, HSBtoRGB, RGBtoHSB
-
-