Package io.keikai.model.impl
Class AbstractColorAdv
java.lang.Object
io.keikai.model.impl.AbstractColorAdv
- All Implemented Interfaces:
SColor,Serializable
- Direct Known Subclasses:
ColorImpl
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract byte[]getARGB()Returns byte array in Alpha, Red, Green, Blue orderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.keikai.model.SColor
getHtmlColor, getRGB
-
Constructor Details
-
AbstractColorAdv
public AbstractColorAdv()
-
-
Method Details
-
getARGB
public abstract byte[] getARGB()Returns byte array in Alpha, Red, Green, Blue order- Returns:
- Since:
- 3.8.2
-