Uses of Enum Class
com.xebisco.yield.Color.Format
Packages that use Color.Format
-
Uses of Color.Format in com.xebisco.yield
Methods in com.xebisco.yield that return Color.FormatModifier and TypeMethodDescriptionstatic Color.FormatReturns the enum constant of this class with the specified name.static Color.Format[]Color.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.xebisco.yield with parameters of type Color.FormatModifierConstructorDescriptionColor(long color, Color.Format format) Constructor that takes a long value representing a color and a format.