Class AbstractColorAdv

  • All Implemented Interfaces:
    SColor, java.io.Serializable
    Direct Known Subclasses:
    ColorImpl

    public abstract class AbstractColorAdv
    extends java.lang.Object
    implements SColor, java.io.Serializable
    Since:
    3.5.0
    Author:
    dennis
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract byte[] getARGB()
      Returns byte array in Alpha, Red, Green, Blue order
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractColorAdv

        public AbstractColorAdv()
    • Method Detail

      • getARGB

        public abstract byte[] getARGB()
        Returns byte array in Alpha, Red, Green, Blue order
        Returns:
        Since:
        3.8.2