-
Notifications
You must be signed in to change notification settings - Fork 4
Colors
color
is an attribute on many widgets, container, text, etc. There are a variety of ways to easily determine the color you want.
red | redaccent | teal | tealaccent | |
pink | pinkaccent | green | greenaccent | |
purple | purpleaccent | lightgreen | lightgreenaccent | |
deeppurple | deeppurpleaccent | lime | limeaccent | |
indigo | indigoaccent | yellow | yellowaccent | |
blue | blueaccent | amber | amberaccent | |
lightblue | lightblueaccent | orange | orangeaccent | |
cyan | cyanaccent | deeporange | deeporangeaccent | |
black | white | grey | blur* | |
brown | bluegrey | transparent |
*Special interaction with Box, it creates a near transparent layer that blurs the layer behind (otherwise it produces white with 10% opacity).
You can also define colors by hex value
#FF0000
0xFF0000
To set opacity for a color we prefix the hex code with another value that spans from 0% opacity(00) - 100% opacity(FF)
#AAFF0000
0xAAFF0000
Here are the codes for each 10% interval.
0% — 00
, 10% — 1A
, 20% — 33
, 30% — 4D
, 40% — 66
, 50% — 80
, 60% — 99
, 70% — B3
, 80% — CC
, 90% — E6
, 100% — FF
Framework Markup Language is an open source programming language created by AppDaddy Software Solutions Inc. FML and is licensed under a fair source license agreement and is maintained by a community of developers.
- Quick Start
- Widget Structure
- Layout Basics
- Config
- Navigation
- Authentication
- Server Configuration
- Offline Use
- Resource Guides
-
<FML/>
- <BOX/>
- <CHART/>
- <COLUMN/>
- <DRAWER/>
- <FOOTER/>
- <FORM/>
- <GRID/>
- <HEADER/>
- <LIST/>
- <MAP/>
- <WINDOW/>
- <PAGER/>
- <ROW/>
- <SCROLLER/>
- <SPLITVIEW/>
- <STACK/>
- <TABLE/>
- <TABVIEW/>
- <TREEVIEW/>
- <WEBVIEW/>