HexColor

String containing hexadecimal representation of RGBA color value to be referenced.

Sample

"#0e7a0d"

Remarks

Colors specified as a hexadecimal value must follow the hex-color CSS specification.

For example, this specification dictates that all of the following color representations would be equivalent:

  • #0099ff
  • #0099ffaa
  • #09f,
  • #09fa

See also

Touch Adaptation Kit Reference
Color object