color_convert_hex ( color_hex ; output_format )
convert hexadecimal color format to decimal format (used by FileMaker) or red green blue formats
Average rating: 3.7 (3 votes) Log in to vote
Thomas Siebert - Show more from this author
http://www.t-seabird.de |
color_convert_hex ( "ffc858" ; "g" )
color_convert_hex ( "ffc858" ; "rgb" )
200
255¶200¶88
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
convert hexadecimal color format to decimal format (used by FileMaker) or delimited red green blue format
output_format = "r", "g", "b", "rgb" or "decimal"
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.