CNS Home
Plug-ins
CNS Image
Knowledge Base
General
HexColor
CNS Image
Import, edit, and export Images in the FileMaker environment
About
Knowledge Base
Documentation
Example Databases
Frequently Asked Questions
Frequently Asked Questions (Server)
Functions
General
Script Steps
Downloads
Purchase
Contact Form
General
General
ColorSpace
General
Component
General
HexColor
General
Image Types
General
Paths
General
Upgrading from MMColor
HexColor
Name
HexColor
Description
These are all valid “HexColor” parameter values:
0088FF - (3 plain Hexidecimal digits butted up against each other)
#0088FF - (HTML style)
0x0088FF - (Programing style)
08F - (CSS Shorthand style; with or without the preceding # sign)
To include an alpha channel component, use:
0055AAFF - (4 plain Hexidecimal digits butted up against each other)
#0055AAFF - (HTML style)
0x0055AAFF - (Programing style)
05AF - (CSS Shorthand style; with or without the preceding # sign)