MMColor

Create and enhance color elements

<- Back to MMColor function list

Reference: HexColor

Description

These are all valid "HexColor" parameter values:

  • 0099FF - (3 plain Hexidecimal digits butted up against each other)
  • #0099FF - (HTML style)
  • 0x0099FF - (Programing style)
  • 09F - (CSS Shorthand style; with or without the preceding # sign)