Package org.scijava.util
Class ColorRGBA
- java.lang.Object
-
- org.scijava.util.ColorRGB
-
- org.scijava.util.ColorRGBA
-
- All Implemented Interfaces:
Serializable
public class ColorRGBA extends ColorRGB
A color with red, green, blue and alpha color components.It exists mainly to avoid AWT references to
Color.- Author:
- Curtis Rueden
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ColorRGBA(int red, int green, int blue, int alpha)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAlpha()-
Methods inherited from class org.scijava.util.ColorRGB
equals, fromHSVColor, fromHTMLColor, getARGB, getBlue, getGreen, getRed, hashCode, toHTMLColor, toString
-
-