Uses of Class
rekit.primitives.image.RGBAColor
Packages that use RGBAColor
Package
Description
-
Uses of RGBAColor in rekit.config
Fields in rekit.config declared as RGBAColorModifier and TypeFieldDescriptionstatic RGBAColor
GameConf.DEBUG_TEXT_COLOR
The game's debug text color.static RGBAColor
GameConf.GAME_BACKGROUD_COLOR
The game's background color.static RGBAColor
GameConf.GAME_TEXT_COLOR
The game's text color.static RGBAColor
GameConf.MENU_BACKGROUND_COLOR
The menu's background color.static RGBAColor
GameConf.MENU_BOX_COLOR
The menu's box color (default).static RGBAColor
GameConf.MENU_BOX_OPTION_COLOR
The menu's box color (option).static RGBAColor
GameConf.MENU_BOX_SELECT_COLOR
The menu's box color (selected).static RGBAColor
GameConf.MENU_TEXT_COLOR
The menu's text color. -
Uses of RGBAColor in rekit.core
Methods in rekit.core with parameters of type RGBAColorModifier and TypeMethodDescriptionfinal void
GameGrid.drawCircle
(Vec pos, Vec size, RGBAColor color) Draw a circle.
invokesGameGrid.drawCircle(Vec, Vec, RGBAColor, boolean, boolean)
and set ingame and usefilter totrue
abstract void
GameGrid.drawCircle
(Vec pos, Vec size, RGBAColor color, boolean ingame, boolean usefilter) Draw a circle.abstract void
Draw a line between two given points with a given lineWidth and a color.final void
abstract void
Draw a path.final void
GameGrid.drawPolygon
(Polygon polygon, RGBAColor color, boolean fill) Draw a polygon.
invokesGameGrid.drawPolygon(Polygon, RGBAColor, boolean, boolean)
and set usefilter totrue
abstract void
GameGrid.drawPolygon
(Polygon polygon, RGBAColor color, boolean fill, boolean usefilter) Draw a polygon.final void
GameGrid.drawRectangle
(Vec pos, Vec size, RGBAColor color) Draw a rectangle.
invokesGameGrid.drawRectangle(Vec, Vec, RGBAColor, boolean, boolean)
and set ingame and usefilter totrue
abstract void
GameGrid.drawRectangle
(Vec pos, Vec size, RGBAColor color, boolean ingame, boolean usefilter) Draw a rectangle.final void
GameGrid.drawRoundRectangle
(Vec pos, Vec size, RGBAColor color, float arcWidth, float arcHeight) Draw a rectangle with round corners.
invokesGameGrid.drawRoundRectangle(Vec, Vec, RGBAColor, float, float, boolean, boolean)
and set ingame and usefilter totrue
abstract void
GameGrid.drawRoundRectangle
(Vec pos, Vec size, RGBAColor color, float arcWidth, float arcHeight, boolean ingame, boolean usefilter) Draw a rectangle with round corners. -
Uses of RGBAColor in rekit.logic.filters
Methods in rekit.logic.filters that return RGBAColorMethods in rekit.logic.filters with parameters of type RGBAColor -
Uses of RGBAColor in rekit.logic.gameelements.entities.pickups
Methods in rekit.logic.gameelements.entities.pickups that return RGBAColorModifier and TypeMethodDescriptionprotected RGBAColor
DefaultCoin.getColor()
protected RGBAColor
DefaultCoin.getDarkerColor()
-
Uses of RGBAColor in rekit.logic.gameelements.inanimate
Fields in rekit.logic.gameelements.inanimate declared as RGBAColorConstructors in rekit.logic.gameelements.inanimate with parameters of type RGBAColor -
Uses of RGBAColor in rekit.logic.gameelements.particles
Fields in rekit.logic.gameelements.particles declared as RGBAColor -
Uses of RGBAColor in rekit.logic.gameelements.type
Methods in rekit.logic.gameelements.type that return RGBAColorModifier and TypeMethodDescriptionprotected abstract RGBAColor
Coin.getColor()
Get the main color of the coin.protected abstract RGBAColor
Coin.getDarkerColor()
Get a darker version of the colorCoin.getColor()
for the edge of the coin.Constructors in rekit.logic.gameelements.type with parameters of type RGBAColorModifierConstructorDescriptionprotected
DynamicInanimate
(Vec pos, Vec size, RGBAColor color) Create an inanimate. -
Uses of RGBAColor in rekit.logic.gui.parallax
Fields in rekit.logic.gui.parallax declared as RGBAColorMethods in rekit.logic.gui.parallax with parameters of type RGBAColorConstructors in rekit.logic.gui.parallax with parameters of type RGBAColorModifierConstructorDescriptionHeapElement
(HeapLayer parent, Vec pos, Vec size, RGBAColor col) HeapElementCloud
(HeapLayer parent, Vec pos, Vec size, RGBAColor col) HeapElementMountain
(HeapLayer parent, Vec pos, Vec size, RGBAColor col) -
Uses of RGBAColor in rekit.primitives
Methods in rekit.primitives that return RGBAColorMethods in rekit.primitives with parameters of type RGBAColorModifier and TypeMethodDescriptionSet the color.Constructors in rekit.primitives with parameters of type RGBAColorModifierConstructorDescriptionTextOptions
(Vec alignment, int height, RGBAColor color, String font, int fontOptions) Create a TextOption container.TextOptions
(Vec alignment, int height, RGBAColor color, String font, int fontOptions, boolean usefilter) Create a TextOption container. -
Uses of RGBAColor in rekit.primitives.image
Methods in rekit.primitives.image that return RGBAColorModifier and TypeMethodDescriptionRGBAColor.clone()
RGBAColor.darken
(float p) Darken the color.RGBAColor.get()
RGBAColor.scalar
(float p) Methods in rekit.primitives.image with parameters of type RGBAColor