Uses of Class
org.scijava.util.ColorRGB
-
Packages that use ColorRGB Package Description org.scijava.tool org.scijava.util -
-
Uses of ColorRGB in org.scijava.tool
Methods in org.scijava.tool with parameters of type ColorRGB Modifier and Type Method Description voidIconDrawer. setIconPixel(int x, int y, ColorRGB pixel) -
Uses of ColorRGB in org.scijava.util
Subclasses of ColorRGB in org.scijava.util Modifier and Type Class Description classColorRGBAA color with red, green, blue and alpha color components.Methods in org.scijava.util that return ColorRGB Modifier and Type Method Description static ColorRGBColorRGB. fromHSVColor(double h, double s, double v)static ColorRGBColorRGB. fromHTMLColor(String color)Convert a string in the format specified by CSS Color Module Level 3 - W3C Recommendation 07 June 2011 to aColorRGBobject.static ColorRGBColors. getClosestPresetColor(ColorRGB color)Returns the preset color closest to a given color.static ColorRGBColors. getColor(String name)Gets the preset color with the given name.Methods in org.scijava.util that return types with arguments of type ColorRGB Modifier and Type Method Description static Map<String,ColorRGB>Colors. map()Gets the table of all preset colors.static Collection<ColorRGB>Colors. values()Gets the list of all preset colors.Methods in org.scijava.util with parameters of type ColorRGB Modifier and Type Method Description static ColorRGBColors. getClosestPresetColor(ColorRGB color)Returns the preset color closest to a given color.static StringColors. getName(ColorRGB color)Gets the name of the preset matching the given color.
-