| Package | Description |
|---|---|
| de.bright_side.lgf.base | |
| de.bright_side.lgf.logic | |
| de.bright_side.lgf.model | |
| de.bright_side.lgf.view |
| Modifier and Type | Method and Description |
|---|---|
LColor |
LPlatform.getColorBlack() |
LColor |
LPlatform.getColorBlue() |
LColor |
LPlatform.getColorGray() |
LColor |
LPlatform.getColorGreen() |
LColor |
LPlatform.getColorRed() |
LColor |
LPlatform.getColorWhite() |
LColor |
LPlatform.getColorYellow() |
LColor |
LPlatform.getCustomColor(int red,
int green,
int blue) |
LColor |
LPlatform.getCustomColor(int alpha,
int red,
int green,
int blue) |
| Modifier and Type | Method and Description |
|---|---|
LImage |
LPlatform.createImageFromColorMap(Map<LVector,LColor> colorsMap,
LVector size,
LColor defaultColor) |
| Modifier and Type | Method and Description |
|---|---|
LImage |
LPlatform.createImageFromColorMap(Map<LVector,LColor> colorsMap,
LVector size,
LColor defaultColor) |
| Modifier and Type | Method and Description |
|---|---|
LObject |
LScreenLogic.setText(LObject object,
String text,
LFont textFont,
double textSize,
LColor textColor) |
LObject |
LScreenLogic.setTextShadow(LObject object,
LVector shadowOffset,
LColor shadowColor) |
| Modifier and Type | Method and Description |
|---|---|
LColor |
LScreenModel.getBackgroundColor() |
LColor |
LObject.getBackgroundColor() |
LColor |
LObject.getTextColor() |
LColor |
LObject.getTextOutlineColor() |
LColor |
LObject.getTextShadowColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
LScreenModel.setBackgroundColor(LColor backgroundColor) |
void |
LObject.setBackgroundColor(LColor backgroundColor) |
void |
LObject.setTextColor(LColor textColor) |
void |
LObject.setTextOutlineColor(LColor textOutlineColor) |
void |
LObject.setTextShadowColor(LColor textShadowColor) |
| Modifier and Type | Method and Description |
|---|---|
void |
LCanvas.drawTextCentered(LVector pos,
String text,
double textSize,
LColor color,
LColor outlineColorOrNull,
LFont fontOrNull,
LVector shadowOffset,
LColor shadowColor,
boolean considerCameraPos) |
void |
LCanvas.fillRect(LVector pos,
LVector size,
LColor color,
boolean considerCameraPos) |
void |
LCanvas.fillRectCentered(LVector pos,
LVector size,
LColor color,
boolean considerCameraPos) |
Copyright © 2019 Philip Heyse. All rights reserved.