Class 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 Detail

      • ColorRGBA

        public ColorRGBA​(int red,
                         int green,
                         int blue,
                         int alpha)