public class

HSBColor

extends Object
java.lang.Object
   ↳ com.atlassian.jira.lookandfeel.HSBColor

Summary

Public Constructors
HSBColor(Color color)
HSBColor(String hexString)
HSBColor(int hue, int saturation, int brightness)
Public Methods
HSBColor darkenByAmount(int amount)
HSBColor darkenByPercentage(float percentage)
HSBColor desaturateByAmount(int amount)
HSBColor desaturateByPercentage(float percentage)
boolean equals(Object o)
int getBrightness()
Color getColor()
String getHexString()
int getHue()
float getPerceivedBrightness()
int getSaturation()
boolean hasTransparency()
int hashCode()
HSBColor lightenByAmount(int amount)
HSBColor lightenByPercentage(float percentage)
HSBColor saturateByAmount(int amount)
HSBColor saturateByPercentage(float percentage)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HSBColor (Color color)

public HSBColor (String hexString)

public HSBColor (int hue, int saturation, int brightness)

Public Methods

public HSBColor darkenByAmount (int amount)

public HSBColor darkenByPercentage (float percentage)

public HSBColor desaturateByAmount (int amount)

public HSBColor desaturateByPercentage (float percentage)

public boolean equals (Object o)

public int getBrightness ()

public Color getColor ()

public String getHexString ()

public int getHue ()

public float getPerceivedBrightness ()

public int getSaturation ()

public boolean hasTransparency ()

public int hashCode ()

public HSBColor lightenByAmount (int amount)

public HSBColor lightenByPercentage (float percentage)

public HSBColor saturateByAmount (int amount)

public HSBColor saturateByPercentage (float percentage)

public String toString ()