This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuCOLOUR_AQUA
COLOUR_BLACK
COLOUR_BLUE
COLOUR_FUCHSIA
COLOUR_GREEN
COLOUR_LIME
COLOUR_ORANGE
COLOUR_RED
COLOUR_SILVER
COLOUR_SKYBLUE
COLOUR_TRANSPARENT
COLOUR_WHITE
COLOUR_YELLOW
//you can get more colours at [url=https://www.rapidtables.com/web/color/RGB_Color.html
const COLOUR_PURPLE = toColour(255,0,245,245)
const COLOUR_RED = toColour(255,0,0,245)
const COLOUR_BLUE = toColour(28,121,243)
const COLOUR_ORANGE = toColour(243,114,28)
const COLOUR_YELLOW = toColour(243,252,4)