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 |
ColorRGBA(int red,
int green,
int blue,
int alpha)
|
ColorRGBA
public ColorRGBA(int red,
int green,
int blue,
int alpha)
getAlpha
public int getAlpha()
- Overrides:
getAlpha in class ColorRGB
Copyright © 2009–2014 SciJava. All rights reserved.