📱
APhone
  • What is APhone ?
  • Installation
    • Workshop
    • Configuration ( Lua part )
    • Configuration ( In-game )
  • How you make your own apps
    • Create your first app
    • App functions
    • App Metas
    • Tips you NEED to know
  • API ( Clientside )
    • Parameters ( Clientside )
    • UI - General Functions
    • UI - Required Functions
    • UI - Colors
    • UI - Fonts
    • UI - Web/Imgur Pictures
    • UI - Renderview
    • UI - Stencils
    • UI - Panels
    • Notifications
    • Rotate functions
  • API ( Shared )
    • Numbers
  • API - App Specific
    • Contacts ( Clientside )
    • Messages ( Clientside )
    • Bank ( Shared )
Powered by GitBook
On this page
  • Color - aphone:Color(string name)
  • Table of colors

Was this helpful?

  1. API ( Clientside )

UI - Colors

APhone uses function to return/save colors. That makes the user able to modify colors on his preferences.

Color - aphone:Color(string name)

This will return the color in a color variable

Table of colors

Colors

RGB

Black40

40, 40, 40

Black40_120

40, 40, 40, 120

Black48

48, 48, 48

Silver

200, 200, 200

White

240, 240, 240

Black1

53, 59, 72

Black2

51, 54, 61

Black3

41, 45, 51

Text_White

230, 240, 241

Text_White120

230, 240, 241, 120

Text_White180

230, 240, 241, 180

Text_White60

230, 240, 241, 60

Text_Shadow

60, 60, 60, 60

Text_Orange

230, 126, 34

Text_Apps

230, 240, 241

GPS_Line

230, 126, 34

Cookie_BoostOff

218, 165, 32

Cookie_BoostOn

255, 245, 112

Cookie_Blue

72, 101, 129

Radio_Background

40, 40, 40

Radio_VolumeBar

60, 60, 60

Radio_RadioList

50, 50, 50

mat_red

190, 55, 95

mat_blackred

185, 32, 73

mat_lightred

240, 194, 209

mat_black

44, 44, 44

mat_orange

237, 133, 84

PreviousUI - Required FunctionsNextUI - Fonts

Last updated 4 years ago

Was this helpful?