Uses of Class
com.blackrook.gui.GUIColor
Packages that use GUIColor
-
Uses of GUIColor in com.blackrook.gui
Fields in com.blackrook.gui declared as GUIColorModifier and TypeFieldDescriptionstatic final GUIColorGUIColor.AMBERstatic final GUIColorGUIColor.AQUAMARINEstatic final GUIColorGUIColor.BLACKstatic final GUIColorGUIColor.BLUEstatic final GUIColorGUIColor.CHARTREUSEstatic final GUIColorGUIColor.CYANstatic final GUIColorGUIColor.DARK_GRAYstatic final GUIColorGUIColor.FUSCHIAstatic final GUIColorGUIColor.GARNETstatic final GUIColorGUIColor.GRAYstatic final GUIColorGUIColor.GREENstatic final GUIColorGUIColor.LIGHT_GRAYstatic final GUIColorGUIColor.LUMINANCE_BIASstatic final GUIColorGUIColor.MAGENTAstatic final GUIColorGUIColor.NAVYstatic final GUIColorGUIColor.ORANGEstatic final GUIColorGUIColor.PINEstatic final GUIColorGUIColor.REDstatic final GUIColorGUIColor.ROYAL_PURPLEstatic final GUIColorGUIColor.SEA_GREENstatic final GUIColorGUIColor.TEALstatic final GUIColorGUIColor.VIOLETstatic final GUIColorGUIColor.WHITEstatic final GUIColorGUIColor.YELLOWMethods in com.blackrook.gui that return GUIColorModifier and TypeMethodDescriptionGUIObject.getColor()Gets the object's color.GUIQuery.getColor()Gets the color on the first object in this query result.Methods in com.blackrook.gui with parameters of type GUIColorModifier and TypeMethodDescriptionvoidAdds a color's components to this one.static voidAdds a color's components to another.voidGUIColor.alphaBlend(GUIColor c) Blends a color's component's to this one, using the incoming color's alpha channel as a blending factor.static voidGUIColor.alphaBlend(GUIColor a, GUIColor b, GUIColor out) Blends two colors using alpha blending.static GUIAnimationCreates a new GUI animation that performs a color transition.booleanvoidMultiplies a color's components to this one.static voidMultiplies a color's components to another.static voidScales a color's channel values by a scalar.voidSets this color's info using another color.Sets the object's color.Sets the color on all objects in this query result.voidSubtracts a color's components from this one.static voidSubtracts a color's components from another.Constructors in com.blackrook.gui with parameters of type GUIColor