Colors
Named Color Constants
a. color.aqua
Is a named constant for #00BCD4 color.
const color
color.black, color.silver, color.gray, color.white, color.maroon, color.red, color.purple, color.fuchsia, color.green, color.lime, color.olive, color.yellow, color.navy, color.blue, color.teal, color.orange
b. color.black
Is a named constant for #363A45 color.
const color
color.aqua, color.silver, color.gray, color.white, color.maroon, color.red, color.purple, color.fuchsia, color.green, color.lime, color.olive, color.yellow, color.navy, color.blue, color.teal, color.orange
c. color.blue
Is a named constant for #2962ff color.
const color
color.aqua, color.black, color.silver, color.gray, color.white, color.maroon, color.red, color.purple, color.fuchsia, color.green, color.lime, color.olive, color.yellow, color.navy, color.teal, color.orange
d. color.fuchsia
Is a named constant for #E040FB color.
const color
color.aqua, color.black, color.blue, color.silver, color.gray, color.white, color.maroon, color.red, color.purple, color.green, color.lime, color.olive, color.yellow, color.navy, color.teal, color.orange
e. color.gray
Is a named constant for #787B86 color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.silver, color.white, color.maroon, color.red, color.purple, color.green, color.lime, color.olive, color.yellow, color.navy, color.teal, color.orange
f. color.green
Is a named constant for #4CAF50 color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.silver, color.white, color.maroon, color.red, color.purple, color.lime, color.olive, color.yellow, color.navy, color.teal, color.orange
g. color.lime
Is a named constant for #00E676 color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.silver, color.white, color.maroon, color.red, color.purple, color.olive, color.yellow, color.navy, color.teal, color.orange
h. color.maroon
Is a named constant for #880E4F color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.silver, color.white, color.red, color.purple, color.olive, color.yellow, color.navy, color.teal, color.orange
i. color.navy
Is a named constant for #311B92 color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.silver, color.white, color.red, color.purple, color.olive, color.yellow, color.teal, color.orange
j. color.olive
Is a named constant for #808000 color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.silver, color.white, color.red, color.purple, color.yellow, color.teal, color.orange
k. color.orange
Is a named constant for #FF9800 color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.silver, color.white, color.red, color.purple, color.yellow, color.teal
l. color.purple
Is a named constant for #9C27B0 color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.silver, color.white, color.red, color.yellow, color.teal
m. color.red
Is a named constant for #FF5252 color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.silver, color.white, color.yellow, color.teal
n. color.silver
Is a named constant for #B2B5BE color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.red, color.white, color.yellow, color.teal
o. color.teal
Is a named constant for #00897B color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.red, color.silver, color.white, color.yellow
p. color.white
Is a named constant for #FFFFFF color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.red, color.silver, color.yellow, color.teal
q. color.yellow
Is a named constant for #FFEB3B color.
const color
color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.red, color.silver, color.white, color.teal
Last updated