Uses of Class
com.atlassian.jira.lookandfeel.HSBColor

Packages that use HSBColor
com.atlassian.jira.lookandfeel   
 

Uses of HSBColor in com.atlassian.jira.lookandfeel
 

Methods in com.atlassian.jira.lookandfeel that return HSBColor
 HSBColor HSBColor.darkenByAmount(int amount)
           
 HSBColor HSBColor.darkenByPercentage(float percentage)
           
 HSBColor HSBColor.desaturateByAmount(int amount)
           
 HSBColor HSBColor.desaturateByPercentage(float percentage)
           
static HSBColor ImageInfo.getAverageColor(HSBColor... colors)
           
 HSBColor ImageInfo.getAverageColorWithHue(int hue)
           
 HSBColor ImageInfo.getAverageColour()
           
 HSBColor ImageInfo.getBackgroundColor()
           
 HSBColor ImageInfo.getBottomLeftPixel()
           
 HSBColor ImageInfo.getBottomRightPixel()
           
 HSBColor ColorCount.getColor()
           
 HSBColor ImageInfo.getFirstNonMonochromeColor(float minPercentage)
           
 HSBColor ImageInfo.getMostInterestingColorWithHue(int hue)
           
 HSBColor ImageInfo.getPredominantColor()
           
 HSBColor ImageInfo.getTopLeftPixel()
           
 HSBColor ImageInfo.getTopRightPixel()
           
 HSBColor HSBColor.lightenByAmount(int amount)
           
 HSBColor HSBColor.lightenByPercentage(float percentage)
           
 HSBColor HSBColor.saturateByAmount(int amount)
           
 HSBColor HSBColor.saturateByPercentage(float percentage)
           
 

Methods in com.atlassian.jira.lookandfeel that return types with arguments of type HSBColor
 Map<HSBColor,Integer> ColorCounter.getColorRatioAsMap()
           
 Map<HSBColor,Integer> ImageInfo.getColorRatioAsMap()
           
 

Methods in com.atlassian.jira.lookandfeel with parameters of type HSBColor
 void ColorCounter.addColor(HSBColor color)
           
static HSBColor ImageInfo.getAverageColor(HSBColor... colors)
           
static List<ColorCount> ImageInfo.getSimilarColorRatio(HSBColor... colors)
           
static boolean ImageInfo.isMonochrome(HSBColor color)
           
static boolean ImageInfo.isSimilar(HSBColor c1, HSBColor c2)
           
static boolean ImageInfo.isWhiteOrCloseEnough(HSBColor color)
           
 void AutoLookAndFeelManager.setBaseColor(HSBColor base)
           
 void AutoLookAndFeelManager.setBaseColors(HSBColor base, HSBColor heroButtonBackground)
           
 

Constructors in com.atlassian.jira.lookandfeel with parameters of type HSBColor
ColorCount(HSBColor color, int count, float percentage)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.